Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused jenkins scripts, and document some others
[simgrid.git] / buildtools / jenkins / build.sh
index b75443a..a853ee3 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+# This script is used by various build projects on Jenkins
+
+# See https://ci.inria.fr/simgrid/job/SimGrid-Multi/configure
+# See https://ci.inria.fr/simgrid/job/Simgrid-Windows/configure
+
 set -e
 
 # usage: die status message...
@@ -89,7 +94,7 @@ cmake -G"$GENERATOR"\
   -Denable_mallocators=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_memcheck=$(onoff test "$build_mode" = "DynamicAnalysis") \
   -Denable_compile_warnings=ON -Denable_smpi=ON -Denable_lib_static=OFF \
-  -Denable_latency_bound_tracking=OFF -Denable_gtnets=OFF -Denable_jedule=OFF \
+  -Denable_latency_bound_tracking=OFF -Denable_jedule=OFF \
   -Denable_tracing=ON -Denable_java=ON
 make -j$NUMBER_OF_PROCESSORS VERBOSE=1