Skip to content
Snippets Groups Projects
Unverified Commit fa865f37 authored by kongr45gpen's avatar kongr45gpen
Browse files

Make sure that clang-tidy fails

parent 5e1f2d6e
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,14 @@ stages: ...@@ -14,6 +14,14 @@ stages:
- test - test
- deploy - deploy
before_script:
- apt-get update -qq && apt-get -qq -y install python3-pip && python3 -m pip install --upgrade pip
- python3 -V
- python3 -m pip --version
- g++ --version
- cat /etc/*-release
- python3 -m pip install gcovr
build: build:
stage: build stage: build
variables: variables:
...@@ -71,7 +79,8 @@ clang-tidy: ...@@ -71,7 +79,8 @@ clang-tidy:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
TERM: xterm-color TERM: xterm-color
script: script:
- ./ci/clang-tidy.sh # Running with `script` to give clang a tty so that it outputs colours
- script -e -c "bash -x ci/clang-tidy.sh"
pages: pages:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment