Merge pull request #172 from lukeweber/check-vendor

Add vendor.check rule to Jenkins build
This commit is contained in:
Bassam Tabbara 2018-11-28 13:10:22 -08:00 committed by GitHub
commit 300be62e5e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -23,6 +23,7 @@ pipeline {
stage('Build validation'){
steps {
sh './build/run make vendor.check'
sh './build/run make -j$(nproc) build.all'
}
}