Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit b9310ce

Browse files
author
Tomas Hagenau Andersen
committed
Add an example for using cmake workflows.
1 parent 881acc7 commit b9310ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ There are four preconfigured workflows that has been automated with cmake:
7070
- `windows-debug-workflow`: Configures, Builds and Tests the debug version of the library for `windows`.
7171
- `windows-release-workflow`: Configures, Builds and Packages the release version of the library for `windows`.
7272

73+
For example, to run a debugging workflow on linux, use:
74+
75+
```sh
76+
cmake --workflow --preset linux-debug-workflow
77+
```
78+
7379
### The Python extension: `os2ds-rules`
7480

7581
You need the following:

0 commit comments

Comments
 (0)