diff --git a/Jenkinsfile b/Jenkinsfile index 5adb1c5..f7394bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Configure') { steps { // Configure CMake to generate build files in the 'build' directory - sh 'cmake -B build -S .' + //sh 'cmake -B build -S .' echo "Configure project" } }