mirror of https://github.com/zeldaret/tmc.git
Update Jenkinsfile
This commit is contained in:
parent
1dd4abd3ed
commit
1b6a427e1a
|
@ -5,13 +5,10 @@ pipeline {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Setting up...'
|
echo 'Setting up...'
|
||||||
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
|
|
||||||
git clone https://github.com/zeldaret/tmc
|
git clone https://github.com/zeldaret/tmc
|
||||||
git clone https://github.com/pret/agbcc
|
cd ./tmc
|
||||||
cd ./agbcc
|
sh /var/www/jenkins/agbcc/install.sh .
|
||||||
sh build.sh
|
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
|
||||||
sh install.sh ../tmc
|
|
||||||
cd ../tmc
|
|
||||||
sh 'make -j setup'
|
sh 'make -j setup'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue