From 7621a10aab6a5c440c1a3c71d96209906445e6e3 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sat, 27 Apr 2019 18:21:56 -0700 Subject: Add a clang-tidy error again to show how Travis CI works --- clang-tidy-diff.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'clang-tidy-diff.sh') diff --git a/clang-tidy-diff.sh b/clang-tidy-diff.sh index 2e5cfc441..0bf952166 100755 --- a/clang-tidy-diff.sh +++ b/clang-tidy-diff.sh @@ -1,7 +1,8 @@ #!/bin/bash -# In settings in which build directory is different than binaryen/, we don't -# have this file in binaryen/, so we skip the test. +# In some Travis CI settings in which the build directory is a subdirectory of +# binaryen/, we don't have the compilation database file in binaryen/. We skip +# the test in this case. if [ ! -f compile_commands.json ] then exit 0 -- cgit v1.2.3