mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-21 02:51:21 +00:00
add a new feature section in the README.md
This commit is contained in:
parent
cb46ab8971
commit
38a0592428
@ -10,6 +10,13 @@ This action will configure a build environment for your project using the `cmake
|
|||||||
then it will build your project by running a `cmake --build` command,
|
then it will build your project by running a `cmake --build` command,
|
||||||
and last it could test your project using the `ctest` command.
|
and last it could test your project using the `ctest` command.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Configure and build a project using the [cmake](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command.
|
||||||
|
- Optionally test a project using the [ctest](https://cmake.org/cmake/help/latest/manual/ctest.1.html) command.
|
||||||
|
- Auto-detect and install required dependencies.
|
||||||
|
- Specify multiple CMake options directly from the Action inputs.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
For more information, see [action.yml](./action.yml) and [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).
|
For more information, see [action.yml](./action.yml) and [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).
|
||||||
|
Loading…
Reference in New Issue
Block a user