Merge pull request #138 from zeldaret/jenkins

This commit is contained in:
notyourav 2021-03-15 03:11:02 -07:00 committed by GitHub
commit e09678c6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -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'
}