From a9eba99b98f356ee210544f26c919e2240b55600 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 28 Feb 2021 18:38:21 +0100 Subject: [PATCH] Fix the Jenkinsfile. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 610a4de..fc304aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { cmakeArgs: '-DCMAKE_C_COMPILER=/usr/bin/i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=/usr/bin/i686-w64-mingw32-c++ -DCMAKE_SYSTEM_PROCESSOR=i686' cmake arguments: '--build ./cmake-build-release --target ybcon -- -j 9', installation: 'Main' cmake arguments: '--build ./cmake-build-release-win32 --target ybcon -- -j 9', installation: 'Main' - sh 'strip ./*/ybcon' + sh 'strip ./cmake-build-*/ybcon' cpack installation: 'Main', workingDir: 'cmake-build-release' cpack installation: 'Main', workingDir: 'cmake-build-release-arm' cpack installation: 'Main', workingDir: 'cmake-build-release-win32'