~aleteoryx/muditaos

603d1f0e0d668c8512eb919034b03fb51ff75430 — Radoslaw Wicik 4 years ago c58c856
[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') {