diff --git a/Jenkinsfile b/Jenkinsfile index af89b5a..899ed55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { // Multi-branch pipeline script for Yerbacon. cmake arguments: '--build ./cmake-build-release-arm --target ybcon -- -j 4', installation: 'Main' } } - stage('Cross-compile') { + stage('Build for other platforms') { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { cmakeBuild buildDir: 'cmake-build-release-win32', buildType: 'release', cleanBuild: true, installation: 'Main',