Jenkinsfile fixed

This commit is contained in:
Uwe Jakobeit
2026-03-30 12:01:19 +02:00
parent 86fdaa46d3
commit 3dee24cdfc

2
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
// Build the project using the generated files // Build the project using the generated files
//sh 'cmake --build build' //sh 'cmake --build build'
echo "Build project" echo "Build project"
./localbuild.bat sh './localbuild.sh'
} }
} }