update jenkisfile: removed build command
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -16,7 +16,7 @@ pipeline {
|
|||||||
stage('Configure') {
|
stage('Configure') {
|
||||||
steps {
|
steps {
|
||||||
// Configure CMake to generate build files in the 'build' directory
|
// Configure CMake to generate build files in the 'build' directory
|
||||||
sh 'cmake -B build -S .'
|
//sh 'cmake -B build -S .'
|
||||||
echo "Configure project"
|
echo "Configure project"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user