You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ This action will configure a build environment for your project using the `cmake
10
10
then it will build your project by running a `cmake --build` command,
11
11
and last it could test your project using the `ctest` command.
12
12
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
+
13
20
## Usage
14
21
15
22
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