Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] Add lib/ in the PATH for Windows
[simgrid.git] / 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"