Update Jenkinsfile

This commit is contained in:
notyourav
2021-03-15 02:26:05 -07:00
committed by GitHub
parent edbf14b80e
commit 5c773740f6
Vendored
+1 -2
View File
@@ -6,13 +6,12 @@ pipeline {
steps {
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
sh 'make -j setup'
}
}
stage('Build') {