Testing jenkins

This commit is contained in:
Ethan Roseman 2021-03-15 18:53:12 +09:00 committed by GitHub
parent 0d44e695a3
commit fc5401137a
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'
}