summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index a2d662a..b370f6b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ stage('Build') {
WS=$(cygpath $WORKSPACE)
cp -Rvf /c/dev-tools/gcc-suite/1.7.0/x86-mingw64/gcc $WS/
cp $WS/gcc/bin/make.exe $WS/gcc/bin/mingw32-make.exe
- export PATH=$WS/gcc/bin:/c/dev-tools/msys/x86/usr/bin:$PATH
+ export PATH=$WS/gcc/bin:/c/msys/x86/usr/bin:$PATH
export PATH=/c/dev-tools/Python/2.7/x86-windows:$PATH
export CC=$WS/gcc/bin/gcc
export CXX=$WS/gcc/bin/g++
@@ -77,7 +77,7 @@ stage('Build') {
WS=$(cygpath $WORKSPACE)
cp -Rvf /c/dev-tools/gcc-suite/1.7.0/x86-mingw64/gcc $WS/
cp $WS/gcc/bin/make.exe $WS/gcc/bin/mingw32-make.exe
- export PATH=$WS/gcc/bin:/c/dev-tools/msys/x86/usr/bin:$PATH
+ export PATH=$WS/gcc/bin:/c/msys/x86/usr/bin:$PATH
export PATH=/c/dev-tools/Python/2.7/x86-windows:$PATH
export CC=$WS/gcc/bin/gcc
export CXX=$WS/gcc/bin/g++