Skip to content
Snippets Groups Projects
Verified Commit 7dcb6c7b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare cpplib release 0.2.2

parent d801c90f
No related branches found
No related tags found
1 merge request!28Release 0.2.2
Pipeline #42365 failed
......@@ -20,12 +20,10 @@ Create a local conan package from the caosdb-cpplib repository
2. `conan install .. -s "compiler.libcxx=libstdc++11"`
3. `cmake -B . ..`
4. `cmake --build .`
5. Setup env vars
- CAOSDB_SERVER_GRPC_PORT_HTTP
- CAOSDB_SERVER_HOST
- CAOSDB_SERVER_GRPC_PORT_HTTPS
- CAOSDB_SERVER_CERT
6. Run with `ctest` in the build directory.
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
path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
7. Run with `ctest` in the build directory.
## Formatting, style, linting ##
......
[requires]
caosdb/[>=0.3.0-dev, include_prerelease=True]
caosdb/0.2.2
[build_requires]
gtest/1.11.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment