This commit is contained in:
Ethan Roseman
2021-03-25 03:32:00 +09:00
parent 24f75e1552
commit 67a0bbbdfe
Vendored
+1 -1
View File
@@ -6,7 +6,7 @@ pipeline {
stages {
stage('Setup') {
steps {
sh 'cd ${AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}'
sh 'cd ${env.AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}'
sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba'
sh 'make -j setup'
}