Jenkinsfile fixed
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user