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

Add conan profile detection to CI/CD

parent a396b035
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!49Resolve "EXTERN: Adapt to Conan 2"
Pipeline #52248 failed
......@@ -86,15 +86,17 @@ test:
tags: [ docker ]
stage: test
script:
- conan profile detect
- make test
# - mkdir build
# - cd build
# - VERSION="$(conan inspect --raw version ..)"
- conan install -s "compiler.libcxx=libstdc++11" --build=missing -o build_acm=True . #.. "caosdb/$VERSION@_/_"
- conan build -s "compiler.libcxx=libstdc++11" . --s build_type=Debug
- cd build/Debug
- cmake --build . -j
- cmake --build . -j --target unit_test_coverage
- cmake --build . -j --target cxxcaosdbcli
# - conan install -s "compiler.libcxx=libstdc++11" --build=missing -o build_acm=True . #.. "caosdb/$VERSION@_/_"
# - conan build -s "compiler.libcxx=libstdc++11" . --s build_type=Debug
# - cd build/Debug
# - cmake --build . -j
# - cmake --build . -j --target unit_test_coverage
# - cmake --build . -j --target cxxcaosdbcli
# - cmake --build . -j --target ccaosdbcli # Disabled until it compiles again.
trigger_prepare:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment