summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2020-06-10 08:29:17 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2020-06-10 08:29:17 (GMT)
commit34239be5f98e6c3ab179e901ac03ad936e790601 (patch)
tree14f6b001ca2feed51c6d453b182060881f365cd2
parent64306336a9abd1c5e1b2ab2b34871ebec68e2296 (diff)
downloadQt-34239be5f98e6c3ab179e901ac03ad936e790601.zip
Qt-34239be5f98e6c3ab179e901ac03ad936e790601.tar.gz
Qt-34239be5f98e6c3ab179e901ac03ad936e790601.tar.bz2
Use local installation of msys
Change-Id: I15cd3b3224eb1b17834d8ccce38f4b87de425427
-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++