mirror of https://github.com/zeldaret/oot.git
Testing faster jenkins build
This commit is contained in:
parent
b96c016948
commit
1469f828ac
|
@ -15,7 +15,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building...'
|
||||
sh 'make'
|
||||
sh 'make -j`nproc`'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue