diff --git a/Jenkinsfile b/Jenkinsfile index b5fb5b5..e7c1495 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { stage('Build validation'){ steps { + sh './build/run make vendor.check' sh './build/run make -j$(nproc) build.all' } }