Skip to content

Commit b38bc32

Browse files
committed
Update documentation to match new preset
1 parent 0366653 commit b38bc32

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -e
2929
if [[ "${1:-}" == "-h" || "${1:-}" == "--help" ]]; then
3030
echo "Usage: $0 [preset]"
3131
echo "Build libRSF using a CMake preset (default: release)."
32-
echo "Available presets: release, debug, ci"
32+
echo "Available presets: release, debug, test"
3333
exit 0
3434
fi
3535

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The library and its applications can be built with CMake presets:
9191
To build and run tests:
9292

9393
```bash
94-
cmake --preset ci
95-
cmake --build --preset ci
96-
ctest --preset ci
94+
cmake --preset test
95+
cmake --build --preset test
96+
ctest --preset test
9797
```
9898

9999
You can install the libRSF using:

0 commit comments

Comments
 (0)