From a7f9a354f2d945b8e2a5c811437b3d16ba578027 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 12 May 2019 03:50:52 -0400 Subject: [PATCH] Add Cirrus-CI config --- .cirrus.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 00000000..ec42bd71 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,17 @@ +env: + CIRRUS_CLONE_DEPTH: 1 + ARCH: amd64 + +task: + compute_engine_instance: + image_project: freebsd-org-cloud-dev + platform: freebsd + matrix: + - name: 13.2-RELEASE + compute_engine_instance: + image: family/freebsd-13-2 + install_script: + - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf + - pkg install -y autoconf automake gmake libtool + script: + - printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && env MAKE=gmake ../configure --enable-warnings && gmake && sudo gmake install && gmake test