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
47b4ebbf
Commit
47b4ebbf
authored
6 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add windows instructions to README.md
parent
1fb8d6c0
No related branches found
No related tags found
2 merge requests
!41
Release 0.3.0
,
!38
Make integration tests runnable on Windows
Pipeline
#56943
passed
6 months ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-0
23 additions, 0 deletions
README.md
with
23 additions
and
0 deletions
README.md
+
23
−
0
View file @
47b4ebbf
...
@@ -33,6 +33,29 @@ or manually via
...
@@ -33,6 +33,29 @@ or manually via
path to the pem file in the
`CAOSDB_SERVER_CERT`
environment variable.
path to the pem file in the
`CAOSDB_SERVER_CERT`
environment variable.
7.
Run with
`ctest`
in the build directory.
7.
Run with
`ctest`
in the build directory.
### Windows ###
On windows, you still need to build and create a conan package from
linkahead-cpplib using conan-create or the make.ps1 script in the
cpplib repo.
This repo also provides a make script
`make.ps1`
to run the
integration tests on Windows. You need to create a python virtual
environment and install the requirements from linkahead cpplib or
recycle the one you used to create the package there:
```
sh
python
-m
venv .venv
# Choose any path you like for your venv
.venv/Scripts/Actvate.ps1
pip
install
../linkahead-cpplib/requirements.txt
# You may need to change the pass to cpplib here
```
Then build and run the tests with
```
sh
make.ps1 all
```
### Troubleshooting ###
### Troubleshooting ###
-
If you don't have
`clang-tidy`
installed, you can run the first
`cmake`
command with
-
If you don't have
`clang-tidy`
installed, you can run the first
`cmake`
command with
...
...
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