You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
refresh 4
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -27,16 +27,6 @@ pipeline {
|
||||
sh 'make -j4 VERSION=us'
|
||||
}
|
||||
}
|
||||
stage('Build J Source, NON_MATCHING') {
|
||||
steps {
|
||||
sh 'make -j4 VERSION=jp NON_MATCHING=1'
|
||||
}
|
||||
}
|
||||
stage('Build U Source, NON_MATCHING') {
|
||||
steps {
|
||||
sh 'make -j4 VERSION=us NON_MATCHING=1'
|
||||
}
|
||||
}
|
||||
}
|
||||
environment {
|
||||
QEMU_IRIX = credentials('qemu-irix')
|
||||
|
||||
Reference in New Issue
Block a user