Skip to content
Snippets Groups Projects
Commit abc97e19 authored by Soeren Peters's avatar Soeren Peters
Browse files

Rename ci jobs.

parent 44c46401
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,13 @@ test: ...@@ -32,8 +32,13 @@ test:
- build/bin/basicsTests - build/bin/basicsTests
###############################################################################
## ##
## Deploy: Code analysis ##
## ##
###############################################################################
benchmark_ClangBuildAnalyzer: clangBuildAnalyzer:
stage: deploy stage: deploy
rules: rules:
...@@ -64,7 +69,7 @@ benchmark_ClangBuildAnalyzer: ...@@ -64,7 +69,7 @@ benchmark_ClangBuildAnalyzer:
- ClangBuildAnalyzer --analyze CBA - ClangBuildAnalyzer --analyze CBA
benchmark_Include_what_you_use: include_what_you_use:
stage: deploy stage: deploy
rules: rules:
...@@ -88,7 +93,7 @@ benchmark_Include_what_you_use: ...@@ -88,7 +93,7 @@ benchmark_Include_what_you_use:
- make - make
benchmark_cppcheck: cppcheck:
stage: deploy stage: deploy
before_script: before_script:
......
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