[EGD-5689] Add clang tidy to jenkins Bring up clang tidy to Jenkins workers.
1 files changed, 5 insertions(+), 0 deletions(-) M Jenkinsfile
M Jenkinsfile => Jenkinsfile +5 -0
@@ 75,6 75,11 @@ popd''' pushd ${WORKSPACE} ./config/style_check_hook.sh --last popd''' + echo "Clang Tidy check" + sh '''#!/bin/bash -e +pushd ${WORKSPACE} +./config/clang_check.sh +popd''' } } stage('Build') {