Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the compilation succed for windows.
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index 1e147a7..b9ead54 100755 (executable)
@@ -72,7 +72,7 @@ export CC=gcc
 export CXX=g++
 fi
 
-#supernovae DEFAULT CONF
+#DEFAULT CONF
 cmake -Drelease=on .
 ctest -D NightlyStart
 ctest -D NightlyConfigure
@@ -86,8 +86,7 @@ cmake \
 -Denable_coverage=on \
 -Denable_model-checking=on \
 -Denable_compile_optimizations=off \
--Drelease=on \
--Denable_supernovae=off .
+-Drelease=on .
 ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild