X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2a16d0dc16c1c349475c7b349a92242dcd329b3..76b0255fd0d576fa033731ee9c9a2ddcbefb68a1:/buildtools/pipol/Nightly_simgrid.sh diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index bd1419146a..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,8 +53,9 @@ 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 perl ./buildtools/pipol/cmake.pl perl ./buildtools/pipol/ruby.pl @@ -69,24 +68,31 @@ export CC=gcc export CXX=g++ fi +mkdir build-def +cd build-def + #DEFAULT CONF cmake \ --Drelease=on \ --Denable_lua=on . +-Denable_smpi_MPICH3_testsuite=on .. ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild ctest -D NightlyTest ctest -D NightlySubmit -make clean +cd ../ +rm -rf ./build-def + +# really clean the working directory +git reset --hard master +git clean -dfx #MC cmake \ -Denable_coverage=on \ -Denable_model-checking=on \ --Denable_lua=off \ --Drelease=on \ --Denable_supernovae=off . +-Denable_java=on \ +-Denable_lua=on \ +-Denable_compile_optimizations=off . ctest -D NightlyStart ctest -D NightlyConfigure ctest -D NightlyBuild @@ -96,19 +102,7 @@ ctest -D NightlySubmit export SIMGRID_ROOT=`pwd` export LD_LIBRARY_PATH=`pwd`/lib -export DYLD_LIBRARY_PATH=`pwd`/lib -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 - -cmake . -ctest -D NightlyStart -ctest -D NightlyConfigure -ctest -D NightlyBuild -ctest -D NightlyTest -ctest -D NightlySubmit +export DYLD_LIBRARY_PATH=`pwd`/lib #for mac cd ../ git clone git://scm.gforge.inria.fr/simgrid/simgrid-ruby.git simgrid-ruby --quiet