Added debug output to iwyu

This commit is contained in:
Johannes Lenzen
2021-02-09 13:44:44 +01:00
parent f6d62bf1f4
commit 64e9cabdfa
2 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOPENMESH_BUILD_UNIT_TESTS=TRUE $OPTIONS .
if [ "$IWYU" == "yes" ]; then if [ "$IWYU" == "yes" ]; then
# do iwyu check # do iwyu check
if echo $(iwyu --version) | grep -q "0.11" if echo $(iwyu --version) | grep -q "0.11"
echo $(pwd)
ls -la
then then
# support older tool version # support older tool version
iwyu_tool -j 4 -p . -- \ iwyu_tool -j 4 -p . -- \

View File

@@ -20,5 +20,4 @@ nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
VECTORCHECKS: "no" VECTORCHECKS: "no"
artifacts: artifacts:
paths: paths:
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/compile_commands.json - build-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}-{{BUILDTYPE}}/
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/iwyu.dump