Testing faster jenkins build

This commit is contained in:
Ethan Roseman 2020-04-05 12:12:25 -04:00
parent b96c016948
commit 1469f828ac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building...'
sh 'make'
sh 'make -j`nproc`'
}
}
}