Skip to content
Snippets Groups Projects
Commit aeb34693 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

CHG: Adapt gitlab-ci for Conan 2

parent 788a8a14
No related branches found
No related tags found
3 merge requests!41Release 0.3.0,!35Adapt for Conan 2,!34Adapt for Conan 2
Pipeline #53524 failed
......@@ -100,12 +100,8 @@ build-test:
tags: [ docker ]
stage: build
script:
- echo $PWD
- mkdir build
- cd build
- conan install .. -s "compiler.libcxx=libstdc++11"
- cmake ..
- cmake --build .
- echo $PWD
- make build-release
test:
......
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