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

WIP: pipeline

parent 67ad4fe0
No related branches found
No related tags found
No related merge requests found
Pipeline #9640 failed
......@@ -84,7 +84,7 @@ test:
script:
- mkdir build
- cd build
- conan install ..
- conan install .. --profile ../conan.profile
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . --target unit_test_coverage
......
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=10
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
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