diff --git a/Jenkinsfile b/Jenkinsfile index 91749cc..b62b368 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,7 @@ pipeline { // Build the project using the generated files //sh 'cmake --build build' echo "Build project" + ./localbuild.bat } }