1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00

setup too

This commit is contained in:
Ethan Roseman 2020-04-05 12:18:58 -04:00
parent 1469f828ac
commit fd9b31e103

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
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 setup'
sh 'make -j`nproc` setup'
}
}
stage('Build') {