Fixing iwyu artifacts not found
This commit is contained in:
@@ -503,8 +503,8 @@ iwyu-release-clang-cpp14-qt5.15.1:
|
|||||||
VECTORCHECKS: "yes"
|
VECTORCHECKS: "yes"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-clang-cpp14-release-qt5.15.1-iwyu-vectorchecks/compile_commands.json
|
- build-clang-cpp14-qt5.15.1-release-iwyu-vectorchecks/compile_commands.json
|
||||||
- build-clang-cpp14-release-qt5.15.1-iwyu-vectorchecks/iwyu.dump
|
- build-clang-cpp14-qt5.15.1-release-iwyu-vectorchecks/iwyu.dump
|
||||||
#----------- Job Informations:
|
#----------- Job Informations:
|
||||||
# Type: Build: release
|
# Type: Build: release
|
||||||
# OS: Linux
|
# OS: Linux
|
||||||
@@ -527,8 +527,7 @@ nvc-release-clang-cpp14-qt5.15.1:
|
|||||||
VECTORCHECKS: "no"
|
VECTORCHECKS: "no"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-clang-cpp14-release-qt5.15.1/compile_commands.json
|
- build-clang-cpp14-qt5.15.1-release/
|
||||||
- build-clang-cpp14-release-qt5.15.1/iwyu.dump
|
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# MAC tasks
|
# MAC tasks
|
||||||
|
|||||||
@@ -38,8 +38,6 @@ 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 . -- \
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
|
|||||||
VECTORCHECKS: "yes"
|
VECTORCHECKS: "yes"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}-iwyu-vectorchecks/compile_commands.json
|
- build-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}-{{BUILDTYPE}}-iwyu-vectorchecks/compile_commands.json
|
||||||
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}-iwyu-vectorchecks/iwyu.dump
|
- build-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}-{{BUILDTYPE}}-iwyu-vectorchecks/iwyu.dump
|
||||||
|
|||||||
Reference in New Issue
Block a user