1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

remove zap2 step from jenkinsfile

This commit is contained in:
fig02 2020-04-05 17:55:49 -04:00
parent 9dd481861e
commit 147bbe0a41

1
Jenkinsfile vendored
View File

@ -6,7 +6,6 @@ pipeline {
steps {
echo 'Setting up...'
sh 'cp /usr/local/etc/roms/baserom_oot.z64 baserom_original.z64'
sh 'git submodule update --init --recursive'
sh 'cp -r /usr/local/etc/ido/ido7.1_compiler tools/ido7.1_compiler'
sh 'chmod +x -R tools/ido*'
sh 'make -j`nproc` setup'