mirror of https://github.com/zeldaret/mm.git
Uses new articulated name for baserom
This commit is contained in:
parent
b942b4ba9a
commit
fcdfa28d66
|
@ -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)') {
|
||||
|
|
Loading…
Reference in New Issue