CI: run all test flavors on BSDs
[tinc] / .ci / bsd / run.sh
diff --git a/.ci/bsd/run.sh b/.ci/bsd/run.sh
new file mode 100755 (executable)
index 0000000..2620441
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -eu
+
+flavor=$1
+
+cd tinc
+
+meson setup "$flavor" -D crypto="$flavor" -D miniupnpc=auto
+
+meson test -C "$flavor" --verbose