Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cppinttest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cppinttest
Commits
2f207051
Commit
2f207051
authored
9 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
CHG: Update README.md for Conan 2
parent
3e2b29f8
Branches
Branches containing commit
No related tags found
3 merge requests
!41
Release 0.3.0
,
!35
Adapt for Conan 2
,
!34
Adapt for Conan 2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-4
12 additions, 4 deletions
README.md
with
12 additions
and
4 deletions
README.md
+
12
−
4
View file @
2f207051
...
...
@@ -12,13 +12,21 @@ Integration tests for caosdb-cpplib and the caosdb-server
# Run tests
## Prerequisite
## Prerequisites
Create a local conan package from the caosdb-cpplib repository
## 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 .`
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment