Skip to content
Snippets Groups Projects

[CI] Move iwyu and clang-tidy out of the smoke-test stage

Merged Florian Schmaus requested to merge flow/emper:ci-iwyu-and-clang-tidy-no-smoke into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -64,13 +64,11 @@ fast-static-analysis:
EMPER_IO: "true"
iwyu:
stage: smoke-test
script: IWYU_TOOL="${CI_PROJECT_DIR}/tools/iwyu_tool.py" make iwyu
variables:
EMPER_IO: "true"
clang-tidy:
stage: smoke-test
script: make tidy
variables:
EMPER_IO: "true"
Loading