Skip to content
Snippets Groups Projects

F dot in username

Merged Timm Fitschen requested to merge f-dot-in-username into dev
14 files
+ 104
125
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -84,7 +84,8 @@ test:
script:
- mkdir build
- cd build
- conan install .. -s "compiler.libcxx=libstdc++11"
- VERSION="$(conan inspect --raw 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