mirror of https://github.com/zeldaret/mm.git
Jenkinsfile no longer builds master with qemu (#66)
This commit is contained in:
parent
a858d26e10
commit
e788bfecbf
|
@ -8,20 +8,7 @@ pipeline {
|
||||||
sh 'cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.z64'
|
sh 'cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.z64'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build (qemu-irix)') {
|
stage('Build') {
|
||||||
when {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh 'ORIG_COMPILER=1 make -j init'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build (ido-recomp)') {
|
|
||||||
when {
|
|
||||||
not {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'make -j init'
|
sh 'make -j init'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue