mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 15:46:05 -04:00
Testing jenkins
This commit is contained in:
Vendored
+1
-3
@@ -5,9 +5,7 @@ pipeline {
|
||||
stage('Setup') {
|
||||
steps {
|
||||
echo 'Setting up...'
|
||||
git clone https://github.com/zeldaret/tmc
|
||||
cd ./tmc
|
||||
sh ${env.AGBCC}/install.sh .
|
||||
sh 'cd ${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