wolfssl/Build a project
Checkout and build a project project using the configure and make cycle on Linux or MacOS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | — | — |
| ref | The reference to checkout. | — | — |
| path | — | — | . |
| configure | The configuration that the library should be built with. | — | "" |
| check | Should we run make check. | — | true |
| install | Should we run make install. Installs to $GITHUB_WORKSPACE/build-dir. | — | false |
| patch-file | The patch file to use when we are building an OSP project. | — | — |
| user-settings | The user_settings.h file to use. | — | "" |
Outputs
no outputs