Update Jenkinsfile

This commit is contained in:
octorock 2021-10-29 14:23:31 +02:00
parent fdeca80fc3
commit 18387d8d60
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ pipeline {
sh 'cd ${AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}'
sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba'
sh 'cp /usr/local/etc/roms/tmc.demo.gba baserom_demo.gba'
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 -j setup'