Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update pipol script
authornavarro <navarro@caraja.(none)>
Wed, 24 Oct 2012 09:37:16 +0000 (11:37 +0200)
committernavarro <navarro@caraja.(none)>
Wed, 24 Oct 2012 09:37:16 +0000 (11:37 +0200)
buildtools/pipol/Experimental_bindings.sh
buildtools/pipol/Nightly_simgrid.sh

index 54cc0f2..33f9256 100755 (executable)
@@ -25,7 +25,8 @@ export CC=gcc
 export CXX=g++
 fi
 
-cmake -Drelease=on .
+#DEFAULT CONF
+cmake .
 ctest -D ExperimentalStart
 ctest -D ExperimentalConfigure
 ctest -D ExperimentalBuild
index 52a5fbe..9b000ab 100755 (executable)
@@ -57,6 +57,7 @@ cd ./pipol/$PIPOL_HOST
 export GIT_SSL_NO_VERIFY=1
 git clone https://gforge.inria.fr/git/simgrid/simgrid.git
 cd simgrid
+#git checkout v3_7_x
 
 perl ./buildtools/pipol/cmake.pl
 perl ./buildtools/pipol/ruby.pl
@@ -70,15 +71,13 @@ export CXX=g++
 fi
 
 #DEFAULT CONF
-cmake \
--Drelease=on \
--Denable_lua=on .
+cmake .
 ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild
 ctest -D NightlyTest
 ctest -D NightlySubmit
-make clean
+rm -rf ./
 
 # really clean the working directory
 git reset --hard master
@@ -88,9 +87,8 @@ git clean -dfx
 cmake \
 -Denable_coverage=on \
 -Denable_model-checking=on \
--Denable_lua=off \
--Drelease=on \
--Denable_supernovae=off .
+-Denable_lua=on \
+-Denable_compile_optimizations=off .
 ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild
@@ -101,7 +99,8 @@ ctest -D NightlySubmit
 export SIMGRID_ROOT=`pwd`
 export LD_LIBRARY_PATH=`pwd`/lib
 export DYLD_LIBRARY_PATH=`pwd`/lib              
-cd ../
+cd ..
+
 git clone git://scm.gforge.inria.fr/simgrid/simgrid-java.git simgrid-java --quiet
 cd simgrid-java
 export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/lib