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: ...@@ -100,12 +100,8 @@ build-test:
tags: [ docker ] tags: [ docker ]
stage: build stage: build
script: script:
- echo $PWD - echo $PWD
- mkdir build - make build-release
- cd build
- conan install .. -s "compiler.libcxx=libstdc++11"
- cmake ..
- cmake --build .
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment