Browse Source

initial cirrus-ci config

Ilya Shipitsin 6 years ago
parent
commit
9e8c277cf3
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .cirrus.yml

+ 12 - 0
.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