Fixing iwyu artifacts not found

This commit is contained in:
Johannes Lenzen
2021-02-09 14:14:22 +01:00
parent 64e9cabdfa
commit 29d25b1072
3 changed files with 5 additions and 8 deletions

View File

@@ -38,8 +38,6 @@ 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 . -- \

View File

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