Jenkins test 3

This commit is contained in:
Ethan Roseman 2020-08-15 00:20:15 -04:00
parent ea5ae7a177
commit 03b27e3142

2
Jenkinsfile vendored
View File

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