mirror of https://github.com/zeldaret/tmc.git
Update Jenkinsfile
This commit is contained in:
parent
1b6a427e1a
commit
8d0610f449
|
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
echo 'Setting up...'
|
echo 'Setting up...'
|
||||||
git clone https://github.com/zeldaret/tmc
|
git clone https://github.com/zeldaret/tmc
|
||||||
cd ./tmc
|
cd ./tmc
|
||||||
sh /var/www/jenkins/agbcc/install.sh .
|
sh ${env.AGBCC}/install.sh .
|
||||||
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
|
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
|
||||||
sh 'make -j setup'
|
sh 'make -j setup'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue