Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-05-13 19:43:38 -07:00
committed by GitHub
parent 4974d6f581
commit 404f72e0ec

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'
}
}