Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, bash typo
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 16 Feb 2018 06:57:23 +0000 (07:57 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 16 Feb 2018 06:58:09 +0000 (07:58 +0100)
And cleanup before installation

tools/jenkins/build.sh

index f7ad695..ad92d46 100755 (executable)
@@ -150,11 +150,12 @@ if [ -f Testing/TAG ] ; then
    mv CTestResults.xml $WORKSPACE
 fi
 
    mv CTestResults.xml $WORKSPACE
 fi
 
-if test "$(uname -o)" != "Msys" -a "$(build_mode)" = "Debug" ; then
+if test "$(uname -o)" != "Msys" -a "${build_mode}" = "Debug" ; then
   echo "XX"
   echo "XX Test done. Install everything since it's a regular build + not on a Windows."
   echo "XX"
 
   echo "XX"
   echo "XX Test done. Install everything since it's a regular build + not on a Windows."
   echo "XX"
 
+  rm -rf /builds/simgrid_install
   make install
 fi
 
   make install
 fi