Skip to content

Commit cb46724

Browse files
committed
Test
1 parent 8bc75ee commit cb46724

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ jobs:
6565
- BUILD_SUBDIR=${BUILD_SUBDIR:-.}
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
68-
- clang-tidy -version
6968
- ${TRAVIS_BUILD_DIR}/clang-tidy-diff.sh
69+
- git merge-base master HEAD
70+
- clang-tidy-diff.sh
71+
- clang-tidy src/passes/pass.cpp
7072
- make -j2 install
7173
- cd ${TRAVIS_BUILD_DIR}
7274
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin

0 commit comments

Comments
 (0)