jenkins create out dir off the bat
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
33751bdc71
commit
d90330c5ca
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -7,6 +7,7 @@ pipeline {
|
||||
stage('Setup') {
|
||||
steps {
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh "mkdir ./out/build/default" //cmake is seemingly not building directories itself, so doing it manually at the top
|
||||
}
|
||||
}
|
||||
stage ('Check Environment') {
|
||||
@ -95,7 +96,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
catchError {
|
||||
sh 'cd ./out/build/default && ctest && cd ../../..'
|
||||
sh 'cd ./out/build && ctest && cd ../../..'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user