Skip to content
Snippets Groups Projects
Verified Commit 193661d9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 9bba093f
No related branches found
No related tags found
No related merge requests found
Pipeline #8084 failed
...@@ -54,11 +54,12 @@ code_style: ...@@ -54,11 +54,12 @@ code_style:
- clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in - clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in
allow_failure: true allow_failure: true
# cmocka tests # unit tests with gtest
test: test:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- cmake --version
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment