From 0622eee137f120684d66d6493a6424b4a3e7eccc Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Tue, 9 Jun 2020 21:18:43 +0200 Subject: Fixed path to gcc which copied to windows slave Change-Id: I6312f2947873ed293b68f195308be171cd94e3e6 --- Jenkinsfile | 4 ++-- 1 file 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 -- cgit v0.12