Jenkins test 2

This commit is contained in:
Ethan Roseman 2020-08-15 00:16:19 -04:00
parent 507441fc30
commit ea5ae7a177

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Setup') {
steps {
sh 'cp /usr/local/etc/roms/baserom_pm.z64 baserom_original.z64'
sh 'make -j setup'
sh 'make setup'
}
}
stage('Build') {