Skip to content

Commit 1a1c174

Browse files
committed
update readme
1 parent c9038a2 commit 1a1c174

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,21 @@ If you're building with Ninja and the Visual C++ toolset on Windows, set the env
2222
/path/to/vcvarsall.bat x64
2323
```
2424

25-
### Configure & Build
25+
### Configure & Build & Test
2626
```
2727
cmake --preset=<configurePreset-name>
2828
```
2929
```
3030
cmake --build --preset=<buildPreset-name>
3131
```
32+
```
33+
ctest --preset=<testPreset-name>
34+
```
35+
36+
### Workflow
37+
```
38+
cmake --workflow --preset=<workflowPreset-name>
39+
```
3240

3341
[1]: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
3442
[2]: https://github.com/microsoft/vcpkg

0 commit comments

Comments
 (0)