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

CHG: Update README.md for Conan 2

parent 3e2b29f8
No related branches found
No related tags found
3 merge requests!41Release 0.3.0,!35Adapt for Conan 2,!34Adapt for Conan 2
...@@ -12,13 +12,21 @@ Integration tests for caosdb-cpplib and the caosdb-server ...@@ -12,13 +12,21 @@ Integration tests for caosdb-cpplib and the caosdb-server
# Run tests # Run tests
## Prerequisite ## Prerequisites
Create a local conan package from the caosdb-cpplib repository Create a local conan package from the caosdb-cpplib repository
## Build & Execution ## Build & Execution
1. `mkdir build && cd build/`
2. `conan install .. -s "compiler.libcxx=libstdc++11"` ```
3. `cmake -B . ..` make test-release
```
or manually via
1. `conan install . -s build_type=<Debug/Release> --build=missing`
2. `cmake --preset conan-<debug/release>`
3. `cd build <Debug/Release>`
4. `cmake --build .` 4. `cmake --build .`
5. Provide client configuration at `~/.caosdb-client.json` or via any other method described in the docs. 5. Provide client configuration at `~/.caosdb-client.json` or via any other method described in the docs.
6. There are tests which need access to the server's certificate file. Define 6. There are tests which need access to the server's certificate file. Define
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment