mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-26 14:46:16 +00:00
commit
5aaaa4ef93
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -9,13 +9,13 @@ 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') {
|
||||
steps {
|
||||
echo 'Building...'
|
||||
sh 'make'
|
||||
sh 'make -j`nproc`'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue