jjb: Add windows jobs to lttng-tools
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 0a65418a574b4436b81c15d48f40a22c529e665a..48afecf18287ba918ba2f48bf3723a7d772a4d13 100755 (executable)
@@ -138,6 +138,16 @@ macosx)
     LDFLAGS="-L/opt/local/lib"
     ;;
 
+cygwin|cygwin64|msys32|msys64)
+    MAKE=make
+    TAR=tar
+    NPROC=nproc
+    BISON="bison"
+    YACC="$BISON -y"
+    CFLAGS=""
+    RUN_TESTS="no"
+    ;;
+
 *)
     MAKE=make
     TAR=tar
This page took 0.024947 seconds and 4 git commands to generate.