jjb: liburcu: Add FreeBSD jobs
[lttng-ci.git] / scripts / liburcu / build.sh
index 7924a06435b4da85924e1140be5299bbbebce733..b589d4bb0e6925b63670e101f9cb3019f5a9c16f 100755 (executable)
@@ -200,6 +200,16 @@ macosx)
     export PYTHON_CONFIG="python3-config"
     ;;
 
+freebsd)
+    export MAKE=gmake
+    export TAR=tar
+    export NPROC="getconf _NPROCESSORS_ONLN"
+    export CPPFLAGS="-I/usr/local/include"
+    export LDFLAGS="-L/usr/local/lib"
+    export PYTHON="python3"
+    export PYTHON_CONFIG="python3-config"
+    ;;
+
 *)
     export MAKE=make
     export TAR=tar
This page took 0.021801 seconds and 4 git commands to generate.