Uses new articulated name for baserom

This commit is contained in:
Kenix3 2021-03-09 21:55:17 -05:00
parent b942b4ba9a
commit fcdfa28d66
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Copy ROM') {
steps {
echo 'Setting up ROM...'
sh 'cp /usr/local/etc/roms/baserom_mm.z64 baserom.z64'
sh 'cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.z64'
}
}
stage('Build (qemu-irix)') {