mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
.
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user