Update Jenkinsfile

This commit is contained in:
notyourav 2021-03-15 02:25:17 -07:00 committed by GitHub
parent 78784ec281
commit edbf14b80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -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') {