From 1718963d9f785ffef49f49f6c1425b172ce0f68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 5 Aug 2019 11:39:31 +0200 Subject: [PATCH] Travis: Remove step the check clang sources. We can do this on daca@home. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 208aff0bd..191633952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,19 +138,6 @@ matrix: - cmake -G "Unix Makefiles" .. - cd .. -# check clang sources with cppcheck and look for crashes - - name: "check clang sources with cppcheck" - compiler: clang - script: - - wget "https://github.com/llvm-mirror/clang/archive/a1f8bd3778cc5a53236a53500c6ab184e945eefa.zip" & MATCHCOMPILER=yes VERIFY=1 make -j 2 & wait - - unzip a1f8bd3778cc5a53236a53500c6ab184e945eefa.zip > /dev/null - - touch /tmp/clang.cppcheck - - cd ./clang-a1f8bd3778cc5a53236a53500c6ab184e945eefa - - ${CPPCHECK} . --max-configs=1 --enable=all --inconclusive --exception-handling --template="{callstack} ({severity}) {message} [{id}]" -iINPUTS -itest/Driver/Inputs/gen-response.c -itest/Index/index-many-logical-ops.c -itest/Sema/many-logical-ops.c --suppressions-list=../.travis_llvmcheck_suppressions -j 2 |& grep -v ".* files checked.*done" |& tee /tmp/clang.cppcheck - - cd ../ - - echo "CLANG" - - grep "process crashed with signal\|Internal error\. compiled" /tmp/clang.cppcheck || true - - grep -qv "process crashed with signal\|Internal error\. compiled" /tmp/clang.cppcheck # check if dmake needs to be rerun (this job may fail) - name: "rerun dmake?" compiler: clang