Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -9,7 +9,8 @@ pipeline {
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'bash ./scripts/inst.sh --setup'
|
||||
sh 'bash ./scripts/build.sh'
|
||||
sh 'bash ./scripts/inst.sh --setup --fast'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user