fix Jenkinsfile

This commit is contained in:
Henny022p 2023-02-26 03:56:51 +01:00
parent 27fc1b4ac8
commit 716098ec4e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
sh 'cp /usr/local/etc/roms/tmc.demo.jp.gba baserom_demo_jp.gba'
sh 'cp /usr/local/etc/roms/tmc.jp.gba baserom_jp.gba'
sh 'cp /usr/local/etc/roms/tmc.eu.gba baserom_eu.gba'
sh 'make setup'
sh 'make tools'
}
}
stage('Build') {