Update Jenkinsfile

This commit is contained in:
notyourav 2021-03-15 02:45:30 -07:00 committed by GitHub
parent 8d0610f449
commit 0d44e695a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
git clone https://github.com/zeldaret/tmc
cd ./tmc
sh ${env.AGBCC}/install.sh .
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba'
sh 'make -j setup'
}
}