mirror of
https://github.com/zeldaret/oot
synced 2026-05-25 15:25:21 -04:00
Vendored
+2
-2
@@ -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`'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user