Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-22 15:32:18 +01:00
committed by GitHub
parent bfca47a782
commit 0f9e51fd0b

3
Jenkinsfile vendored
View File

@@ -9,7 +9,8 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh 'bash ./scripts/inst.sh --setup' sh 'bash ./scripts/build.sh'
sh 'bash ./scripts/inst.sh --setup --fast'
} }
} }