Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused test on pipol with windows
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index 1e147a7..86a7bf5 100755 (executable)
 #MacOS Snow Leopard 10.6____________________________________________________________________________
 #PIPOL esn x86_mac-mac-osx-server-snow-leopard-navarro-2011-09-22-113726.dd.gz none 02:00 --user --silent
 
-#___________________________________________________________________________________________________
-#windows-server-2008-64bits_________________________________________________________________________
-#PIPOL esn amd64-windows-server-2008-64bits.dd.gz none 02:00 --root --user --silent
-
 if [ -e ./pipol ] ; then
         rm -rf ./pipol/$PIPOL_HOST
         mkdir ./pipol/$PIPOL_HOST
@@ -72,7 +68,7 @@ export CC=gcc
 export CXX=g++
 fi
 
-#supernovae DEFAULT CONF
+#DEFAULT CONF
 cmake -Drelease=on .
 ctest -D NightlyStart
 ctest -D NightlyConfigure
@@ -86,8 +82,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