Update .gitlab-ci.yml file

This commit is contained in:
Max Lübke 2022-03-01 14:13:04 +01:00
parent 7ede42fb1a
commit f0f73d417c

View File

@ -3,7 +3,7 @@ image: sobc/gitlab-ci
stages:
- build
- test
- analysis
- analyze
before_script:
- apt-get update && apt-get install -y libeigen3-dev
@ -35,8 +35,8 @@ run_2D:
- ./build/src/2D
lint:
stage: analysis
stage: analyze
script:
- mkdir build && cd build
- mkdir lint && cd lint
- cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_CLANG_TIDY="clang-tidy;-checks=cppcoreguidelines-*,clang-analyzer-*,performance-*,readability-*, modernize-*" ..
- make