GitHub CI: update list of container images
[tinc] / .builds / freebsd.yml
index 5afae0f..8cbd898 100644 (file)
@@ -1,31 +1,22 @@
-image: freebsd/13.x
+image: freebsd/14.x
 
 packages:
-  - gmake
-  - autotools
-  - openssl
+  - cmocka
+  - libgcrypt
+  - liblz4
   - lzo2
-  - ncurses
-  - miniupnpc
-  - readline
+  - meson
+  - pkgconf
   - texinfo
-
-environment:
-  CFLAGS: -I/usr/local/include -L/usr/local/lib
+  - vde2
 
 sources:
   - https://github.com/gsliepen/tinc
 
-tasks:
-  - configure: |
-      cd tinc
-      autoreconf -fsi
-      ./configure --with-miniupnpc
-
-  - build: |
-      cd tinc
-      gmake -j$(sysctl -n hw.ncpu)
+environment:
+  PKG_CONFIG_PATH: /usr/local/libdata/pkgconfig
 
-  - test: |
-      cd tinc
-      gmake check-recursive VERBOSE=1
+tasks:
+  - openssl: sh tinc/.ci/bsd/run.sh openssl
+  - nolegacy: sh tinc/.ci/bsd/run.sh nolegacy
+  - gcrypt: sh tinc/.ci/bsd/run.sh gcrypt