Skip to content

Commit 3b4d901

Browse files
authored
Reenable clang-tidy Travis CI hook (#2077)
Reenable the clang-tidy hook temporarily disabled by #2075.
1 parent af45940 commit 3b4d901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
6767
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
6868
# clang-tidy-diff.sh may not exist when BUILD_SUBDIR is a subdirectory
69-
# XXX temporarily disable this - if [ -f clang-tidy-diff.sh ]; then ./clang-tidy-diff.sh; fi
69+
- if [ -f clang-tidy-diff.sh ]; then ./clang-tidy-diff.sh; fi
7070
- make -j2 install
7171
- cd ${TRAVIS_BUILD_DIR}
7272
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin

0 commit comments

Comments
 (0)