Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -85,7 +85,7 @@ test:
- mkdir build
- cd build
- VERSION="$(conan inspect --raw version ..)"
- conan install -s "compiler.libcxx=libstdc++11" -o build_acm=True .. "caosdb/$VERSION"
- conan install -s "compiler.libcxx=libstdc++11" -o build_acm=True .. "caosdb/$VERSION@_/_"
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . -j
- cmake --build . -j --target unit_test_coverage
Loading