mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
Jenkins test 2
This commit is contained in:
parent
507441fc30
commit
ea5ae7a177
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cp /usr/local/etc/roms/baserom_pm.z64 baserom_original.z64'
|
sh 'cp /usr/local/etc/roms/baserom_pm.z64 baserom_original.z64'
|
||||||
sh 'make -j setup'
|
sh 'make setup'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user