chorse-dev/CMake - Build and Test
Build and Test any CMake Project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-name | Describe the dashboard client platform with a short string. | no | ${{ github.job }} |
| change-id | Pass arbitrary information about this build to the dashboard. | no | ${{ github.sha }} |
| cmake-generator | Specify a build system generator | no | Ninja Multi-Config |
| config-options | Specify command-line arguments to pass to the configuration tool. | no | "" |
| coverage-command | Command-line tool to perform software coverage analysis | no | "" |
| memorycheck-command | Command-line tool to perform dynamic analysis | no | "" |
| memorycheck-type | Specify the type of memory checking to perform | no | "" |
| submit-url | The URL of the dashboard server to send the submission to | no | "" |
| use-launchers | Report granular build warning and error information | no | ON |
Outputs
| name | description |
|---|---|
| build-errors | Store the number of build errors detected |
| build-warnings | Store the number of build warnings detected |
| memcheck-defects | Store the number of memcheck defects found |