diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-06-09 19:18:43 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-06-09 19:18:43 (GMT) |
commit | 0622eee137f120684d66d6493a6424b4a3e7eccc (patch) | |
tree | c5d1289970f142f9dd023da7b23ef056bb808f9f | |
parent | 2b9df142c34c52d07380a0dff642f3f5ea89a56d (diff) | |
download | Qt-0622eee137f120684d66d6493a6424b4a3e7eccc.zip Qt-0622eee137f120684d66d6493a6424b4a3e7eccc.tar.gz Qt-0622eee137f120684d66d6493a6424b4a3e7eccc.tar.bz2 |
Fixed path to gcc which copied to windows slave
Change-Id: I6312f2947873ed293b68f195308be171cd94e3e6
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 83728d6..a88a3b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ stage('Build') { set -x echo "Cleanup prev. builds ..." WS=$(cygpath $WORKSPACE) - cp -Rvf /c/dev-tools/gcc-suite/1.6.0/x86-mingw64/gcc $WS/ + 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=/c/dev-tools/Python/2.7/x86-windows:$PATH @@ -75,7 +75,7 @@ stage('Build') { set -x echo "Cleanup prev. builds ..." WS=$(cygpath $WORKSPACE) - cp -Rvf /c/dev-tools/gcc-suite/1.6.0/x86-mingw64/gcc $WS/ + 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=/c/dev-tools/Python/2.7/x86-windows:$PATH |