From: Martin Quinson Date: Wed, 14 Feb 2018 22:48:07 +0000 (+0100) Subject: please MC builds, don't install your stuff X-Git-Tag: v3.19~202 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2be323b8287039343c291365179cc776cf145997 please MC builds, don't install your stuff --- diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 7e6e5829d5..f7ad69511f 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -150,9 +150,9 @@ if [ -f Testing/TAG ] ; then mv CTestResults.xml $WORKSPACE fi -if test "$(uname -o)" != "Msys"; then +if test "$(uname -o)" != "Msys" -a "$(build_mode)" = "Debug" ; then echo "XX" - echo "XX Test done. Install everything since it's not a Windows build." + echo "XX Test done. Install everything since it's a regular build + not on a Windows." echo "XX" make install