Skip to content
Snippets Groups Projects

Resolve "EXTERN: Adapt to Conan 2"

Merged Joscha Schmiedt requested to merge f-73-extern-adapt-to-conan-2-0 into dev
All threads resolved!
1 file
+ 8
6
Compare changes
  • Side-by-side
  • Inline
+ 8
6
@@ -86,15 +86,17 @@ test:
@@ -86,15 +86,17 @@ test:
tags: [ docker ]
tags: [ docker ]
stage: test
stage: test
script:
script:
 
- conan profile detect
 
- make test
# - mkdir build
# - mkdir build
# - cd build
# - cd build
# - VERSION="$(conan inspect --raw version ..)"
# - VERSION="$(conan inspect --raw version ..)"
- conan install -s "compiler.libcxx=libstdc++11" --build=missing -o build_acm=True . #.. "caosdb/$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
# - conan build -s "compiler.libcxx=libstdc++11" . --s build_type=Debug
- cd build/Debug
# - cd build/Debug
- cmake --build . -j
# - cmake --build . -j
- cmake --build . -j --target unit_test_coverage
# - cmake --build . -j --target unit_test_coverage
- cmake --build . -j --target cxxcaosdbcli
# - cmake --build . -j --target cxxcaosdbcli
# - cmake --build . -j --target ccaosdbcli # Disabled until it compiles again.
# - cmake --build . -j --target ccaosdbcli # Disabled until it compiles again.
trigger_prepare:
trigger_prepare:
Loading