From: Navarrop Date: Tue, 4 Oct 2011 09:16:13 +0000 (+0200) Subject: For Nightly use the default configuration. X-Git-Tag: v3_6_2~23 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eeb8c94868c1037c404a03b47ee7009f46049502?ds=sidebyside For Nightly use the default configuration. --- diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index 3dadd3cfc4..1e147a74fa 100755 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -72,20 +72,8 @@ export CC=gcc export CXX=g++ fi -#supernovae -cmake \ --Denable_lua=on \ --Denable_tracing=on \ --Denable_smpi=on \ --Denable_supernovae=on \ --Denable_compile_optimizations=on \ --Denable_compile_warnings=on \ --Denable_lib_static=off \ --Denable_model-checking=off \ --Denable_latency_bound_tracking=off \ --Drelease=on \ --Denable_gtnets=off . - +#supernovae DEFAULT CONF +cmake -Drelease=on . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild @@ -95,8 +83,6 @@ make clean #MC cmake \ --Denable_latency_bound_tracking=on \ --Denable_gtnets=off \ -Denable_coverage=on \ -Denable_model-checking=on \ -Denable_compile_optimizations=off \