summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-05-01 18:07:04 -0700
committerGitHub <noreply@github.com>2019-05-01 18:07:04 -0700
commit3b4d9013c6c2dd6cfa90e02e2307a758a0f91140 (patch)
tree12a648906ea4c3151a9642ba9f872be57b2d39b5
parentaf459403bc6e1bb99468ad05f351665143193082 (diff)
downloadbinaryen-3b4d9013c6c2dd6cfa90e02e2307a758a0f91140.tar.gz
binaryen-3b4d9013c6c2dd6cfa90e02e2307a758a0f91140.tar.bz2
binaryen-3b4d9013c6c2dd6cfa90e02e2307a758a0f91140.zip
Reenable clang-tidy Travis CI hook (#2077)
Reenable the clang-tidy hook temporarily disabled by #2075.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d9bf4018..bf46930a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ jobs:
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
# clang-tidy-diff.sh may not exist when BUILD_SUBDIR is a subdirectory
- # XXX temporarily disable this - if [ -f clang-tidy-diff.sh ]; then ./clang-tidy-diff.sh; fi
+ - if [ -f clang-tidy-diff.sh ]; then ./clang-tidy-diff.sh; fi
- make -j2 install
- cd ${TRAVIS_BUILD_DIR}
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin