From 9e8c277cf37721bd6cd5f2fe07366ae1ee9750d9 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 27 Mar 2019 22:49:48 +0500 Subject: [PATCH] initial cirrus-ci config --- .cirrus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 00000000..d5ee3c17 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,12 @@ +FreeBSD_task: + freebsd_instance: + image: freebsd-12-0-release-amd64 + env: + ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation + install_script: + - pkg install cmake gmake openssl111 git + - git submodule update --init --recursive + script: + - ./configure + - gmake -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp + - ldd build/vpnserver