X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43b4619af6da04808d1fd4be0dbfe6e279148b3a..76b0255fd0d576fa033731ee9c9a2ddcbefb68a1:/buildtools/pipol/Nightly_simgrid.sh diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index d118febc01..a19e890f82 100755 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -1,6 +1,6 @@ #!/bin/bash -#PRE-PIPOL /home/mescal/navarro/pre-simgrid.sh +#PRE-PIPOL ~/pre-simgrid.sh #___________________________________________________________________________________________________ #Ubuntu 9.10________________________________________________________________________________________ @@ -34,7 +34,6 @@ #Debian Lenny 6.0 #PIPOL esn amd64_2010-linux-debian-squeeze.dd.gz none 02:00 --user --silent -#PIPOL esn i386_2010-linux-debian-squeeze-navarro-2011-10-03-171100.dd.gz none 02:00 --user --silent #Debian Testing #PIPOL esn i386-linux-debian-testing none 02:00 --user --silent @@ -42,7 +41,6 @@ #___________________________________________________________________________________________________ #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 if [ -e ./pipol ] ; then rm -rf ./pipol/$PIPOL_HOST @@ -55,7 +53,7 @@ fi cd ./pipol/$PIPOL_HOST export GIT_SSL_NO_VERIFY=1 -git clone https://gforge.inria.fr/git/simgrid/simgrid.git +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git cd simgrid #git checkout v3_7_x @@ -74,7 +72,8 @@ mkdir build-def cd build-def #DEFAULT CONF -cmake .. +cmake \ +-Denable_smpi_MPICH3_testsuite=on .. ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild @@ -91,6 +90,7 @@ git clean -dfx cmake \ -Denable_coverage=on \ -Denable_model-checking=on \ +-Denable_java=on \ -Denable_lua=on \ -Denable_compile_optimizations=off . ctest -D NightlyStart @@ -103,19 +103,6 @@ ctest -D NightlySubmit export SIMGRID_ROOT=`pwd` export LD_LIBRARY_PATH=`pwd`/lib export DYLD_LIBRARY_PATH=`pwd`/lib #for mac -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 -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/lib #for mac - -cmake . -ctest -D NightlyStart -ctest -D NightlyConfigure -ctest -D NightlyBuild -ctest -D NightlyTest -ctest -D NightlySubmit cd ../ git clone git://scm.gforge.inria.fr/simgrid/simgrid-ruby.git simgrid-ruby --quiet