From 64e9cabdfa7c3ebc741a2bf9e724e00cea539893 Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Tue, 9 Feb 2021 13:44:44 +0100 Subject: [PATCH] Added debug output to iwyu --- CI/ci-linux-build.sh | 2 ++ CI/gitlab-ci/linux-novchecks-job.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index eb64b64d..01caf218 100755 --- a/CI/ci-linux-build.sh +++ b/CI/ci-linux-build.sh @@ -38,6 +38,8 @@ cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOPENMESH_BUILD_UNIT_TESTS=TRUE $OPTIONS . if [ "$IWYU" == "yes" ]; then # do iwyu check if echo $(iwyu --version) | grep -q "0.11" + echo $(pwd) + ls -la then # support older tool version iwyu_tool -j 4 -p . -- \ diff --git a/CI/gitlab-ci/linux-novchecks-job.yml b/CI/gitlab-ci/linux-novchecks-job.yml index 9492f722..63ae0ead 100644 --- a/CI/gitlab-ci/linux-novchecks-job.yml +++ b/CI/gitlab-ci/linux-novchecks-job.yml @@ -20,5 +20,4 @@ nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}: VECTORCHECKS: "no" artifacts: paths: - - build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/compile_commands.json - - build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/iwyu.dump + - build-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}-{{BUILDTYPE}}/