Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please MC builds, don't install your stuff
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 14 Feb 2018 22:48:07 +0000 (23:48 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 14 Feb 2018 22:48:07 +0000 (23:48 +0100)
tools/jenkins/build.sh

index 7e6e582..f7ad695 100755 (executable)
@@ -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