mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
Jenkinsfile no longer builds master with qemu (#66)
This commit is contained in:
Vendored
+1
-14
@@ -8,20 +8,7 @@ pipeline {
|
||||
sh 'cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.z64'
|
||||
}
|
||||
}
|
||||
stage('Build (qemu-irix)') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh 'ORIG_COMPILER=1 make -j init'
|
||||
}
|
||||
}
|
||||
stage('Build (ido-recomp)') {
|
||||
when {
|
||||
not {
|
||||
branch 'master'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make -j init'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user