Skip to content
Snippets Groups Projects
Commit 1b662ec6 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

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

parent 23418756
No related branches found
No related tags found
1 merge request!322[CI] Move iwyu and clang-tidy out of the smoke-test stage
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment