update jenkisfile: removed build command
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user