Skip to content

Commit 38a0592

Browse files
committed
add a new feature section in the README.md
1 parent cb46ab8 commit 38a0592

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This action will configure a build environment for your project using the `cmake
1010
then it will build your project by running a `cmake --build` command,
1111
and last it could test your project using the `ctest` command.
1212

13+
## Features
14+
15+
- Configure and build a project using the [cmake](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command.
16+
- Optionally test a project using the [ctest](https://cmake.org/cmake/help/latest/manual/ctest.1.html) command.
17+
- Auto-detect and install required dependencies.
18+
- Specify multiple CMake options directly from the Action inputs.
19+
1320
## Usage
1421

1522
For more information, see [action.yml](./action.yml) and [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).

0 commit comments

Comments
 (0)