Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-05-13 19:43:07 -07:00
committed by GitHub
parent cb53c5d600
commit 0e3553e5ea

3
Jenkinsfile vendored
View File

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