~aleteoryx/muditaos

436231514aff6af13cd3992bdaa4c842fd5d7183 — Radoslaw Wicik 4 years ago 603d1f0
[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
@@ 131,6 131,11 @@ echo "./configure.sh linux Debug -G Ninja"
pushd build-linux-Debug
ninja -j ${JOBS} Pure Bell
popd'''
            echo "Clang Tidy check"
            sh '''#!/bin/bash -e
pushd ${WORKSPACE}
./config/clang_check.sh
popd'''
                echo "Build Unit Tests"
                sh '''#!/bin/bash -e
pushd "${WORKSPACE}"