From eeb8c94868c1037c404a03b47ee7009f46049502 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Tue, 4 Oct 2011 11:16:13 +0200 Subject: [PATCH] For Nightly use the default configuration. --- buildtools/pipol/Nightly_simgrid.sh | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) 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 \ -- 2.20.1