mirror of
https://github.com/zeldaret/tmc
synced 2026-06-02 10:10:37 -04:00
Update Jenkinsfile
This commit is contained in:
Vendored
+6
@@ -7,6 +7,12 @@ pipeline {
|
||||
echo 'Setting up...'
|
||||
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
|
||||
sh 'make -j setup'
|
||||
git clone https://github.com/zeldaret/tmc
|
||||
git clone https://github.com/pret/agbcc
|
||||
|
||||
cd ./agbcc
|
||||
sh build.sh
|
||||
sh install.sh ../tmc
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
||||
Reference in New Issue
Block a user