Skip to content
Snippets Groups Projects
Commit cba5c008 authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Remove the dots from gitlab-ci.yml

parent e3549b68
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- cmake . -DCMAKE_CXX_FLAGS="-Wall -Wextra -fdiagnostics-color=always" # Build again, but with more warnings - cmake . -DCMAKE_CXX_FLAGS="-Wall -Wextra -fdiagnostics-color=always" # Build again, but with more warnings
- make -j4 - make -j4
.tests: tests:
stage: test stage: test
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
...@@ -58,7 +58,7 @@ cppcheck-misra: ...@@ -58,7 +58,7 @@ cppcheck-misra:
tags: tags:
- helit - helit
.vera: vera:
stage: build stage: build
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq vera++ - apt-get update -qq && apt-get install -y -qq vera++
...@@ -67,7 +67,7 @@ cppcheck-misra: ...@@ -67,7 +67,7 @@ cppcheck-misra:
script: script:
- ci/vera.sh - ci/vera.sh
.clang-tidy: clang-tidy:
stage: build stage: build
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
......
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