Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-12-15 19:26:57 +01:00
committed by GitHub
parent 05ea8eda44
commit b23baff1d8

8
Jenkinsfile vendored
View File

@@ -1,9 +1,15 @@
pipeline {
agent any
stages {
stage('Init Submodules') {
steps {
sh 'git submodule update --init --recursive'
}
}
stage('Build') {
steps {
sh 'bash ./scripts/inst.sh --setup --fast'
sh 'bash ./scripts/inst.sh --setup --fast'
}
}