X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/102d119d46285ebb5b62bc49817d5f135c98b7f1..29976803fbfad4dc83b89bbe2b89e4973884bf52:/buildtools/pipol/Experimental.sh diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index 25b44daf42..7b457c7609 100644 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -16,7 +16,7 @@ cd simgrid if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits.dd.gz" ] ; then export PATH=/cygdrive/c/:/cygdrive/c/GnuWin32/bin/:/cygdrive/c/Windows/system32:/cygdrive/c/Windows - export PATH=$PATH:/cygdrive/c/strawberry/c/bin:/cygdrive/c/strawberry/perl/site/bin:/cygdrive/c/strawberry/perl/bin + export PATH=$PATH:/cygdrive/c/CMake\ 2.8/bin/:/cygdrive/c/strawberry/c/bin:/cygdrive/c/strawberry/perl/site/bin:/cygdrive/c/strawberry/perl/bin cmake \ -G"Unix Makefiles" \ @@ -29,16 +29,17 @@ if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits.dd.gz" ] ; then -Denable_lib_static=off \ -Denable_model-checking=off \ -Denable_latency_bound_tracking=off \ + -Drelease=on \ -Denable_gtnets=off . ctest -D ExperimentalStart ctest -D ExperimentalConfigure ctest -D ExperimentalBuild ctest -D ExperimentalSubmit else + perl ./buildtools/pipol/cmake.pl perl ./buildtools/pipol/ruby.pl - - + if [ x$PIPOL_IMAGE == "xamd64_2010-linux-ubuntu-maverick.dd.gz" ] ; then #mem-check cmake \ @@ -53,6 +54,7 @@ else -Denable_latency_bound_tracking=off \ -Denable_gtnets=off \ -Denable_jedule=off \ + -Drelease=on \ -Denable_memcheck=on ./ ctest -D ExperimentalStart ctest -D ExperimentalConfigure @@ -77,6 +79,7 @@ else -Denable_lib_static=off \ -Denable_model-checking=off \ -Denable_latency_bound_tracking=off \ + -Drelease=on \ -Denable_gtnets=off . ctest -D ExperimentalStart ctest -D ExperimentalConfigure @@ -95,6 +98,7 @@ else -Denable_compile_optimizations=off \ -Denable_auto_install=on \ -DCMAKE_INSTALL_PREFIX=./simgrid_install \ + -Drelease=on \ -Denable_supernovae=off . ctest -D ExperimentalStart ctest -D ExperimentalConfigure