Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] Add lib/ in the PATH for Windows
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 9 Jun 2016 09:57:03 +0000 (11:57 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 9 Jun 2016 14:10:12 +0000 (16:10 +0200)
tools/jenkins/build.sh

index 7a77cf8..1421468 100755 (executable)
@@ -88,6 +88,9 @@ fi
 mkdir $WORKSPACE/build
 cd $WORKSPACE/build
 
+# This is for Windows:
+PATH="$WORKSPACE/build/lib:$PATH"
+
 if test "$(uname -o)" != "Msys"; then
   echo "XX"
   echo "XX Build the archive out of the tree"