Add vendor.check rule to Jenkins build

Signed-off-by: Luke Weber <luke.weber@gmail.com>
This commit is contained in:
Luke Weber 2018-11-28 12:30:49 -08:00
parent 997b6bd7a9
commit 2bc082951a
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'
}
}