X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d71517a0e286ae1466584d63a14c3754b77f64e..102d119d46285ebb5b62bc49817d5f135c98b7f1:/buildtools/pipol/Nightly_simgrid.sh diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index 7e7c75b667..e5b1bc6dd5 100644 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -1,5 +1,7 @@ #!/bin/bash +#PRE-PIPOL /home/mescal/navarro/pre-simgrid.sh + #PIPOL esn i386-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent #PIPOL esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent #PIPOL esn i386-linux-ubuntu-lucid.dd.gz none 02:00 --user --silent @@ -16,6 +18,9 @@ #PIPOL esn i386_kvm-linux-debian-testing none 02:00 --user --silent #PIPOL esn amd64_kvm-linux-debian-testing none 02:00 --user --silent +#PIPOL esn x86_64_mac-mac-osx-server-snow-leopard.dd.gz none 02:00 --user --silent +#PIPOL esn x86_mac-mac-osx-server-snow-leopard.dd.gz none 02:00 --user --silent + #PIPOL esn amd64-windows-server-2008-64bits.dd.gz none 02:00 --root if [ -e ./pipol ] ; then @@ -33,6 +38,10 @@ 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 + cmake \ -G"Unix Makefiles" \ -Denable_lua=off \