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
Branches
1 merge request!28Release 0.2.2
Pipeline #42365 failed
...@@ -20,12 +20,10 @@ Create a local conan package from the caosdb-cpplib repository ...@@ -20,12 +20,10 @@ Create a local conan package from the caosdb-cpplib repository
2. `conan install .. -s "compiler.libcxx=libstdc++11"` 2. `conan install .. -s "compiler.libcxx=libstdc++11"`
3. `cmake -B . ..` 3. `cmake -B . ..`
4. `cmake --build .` 4. `cmake --build .`
5. Setup env vars 5. Provide client configuration at `~/.caosdb-client.json` or via any other method described in the docs.
- CAOSDB_SERVER_GRPC_PORT_HTTP 6. There are tests which need access to the server's certificate file. Define
- CAOSDB_SERVER_HOST path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
- CAOSDB_SERVER_GRPC_PORT_HTTPS 7. Run with `ctest` in the build directory.
- CAOSDB_SERVER_CERT
6. Run with `ctest` in the build directory.
## Formatting, style, linting ## ## Formatting, style, linting ##
......
[requires] [requires]
caosdb/[>=0.3.0-dev, include_prerelease=True] caosdb/0.2.2
[build_requires] [build_requires]
gtest/1.11.0 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