From 7dcb6c7bd5770d3dd8a6cca748a6a71c3b963c99 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 16 Jun 2023 09:42:03 +0200 Subject: [PATCH] REL: prepare cpplib release 0.2.2 --- README.md | 10 ++++------ conanfile.txt | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a1e4491..2940e2a 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/conanfile.txt b/conanfile.txt index cd80b14..54cdf1b 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,5 +1,5 @@ [requires] -caosdb/[>=0.3.0-dev, include_prerelease=True] +caosdb/0.2.2 [build_requires] gtest/1.11.0 -- GitLab