Builds the project using CMake. Requires the
phlex-cicontainer.
- uses: Framework-R-D/action-build-cmake@30bca0b2d76e90cf1cc9e6e863aed5be505e7e61 # v1
with:
input-name: value| Name | Description | Required | Default |
|---|---|---|---|
source-path |
Path where source code is checked out | false | phlex-src |
build-path |
Path for build directory | false | phlex-build |
target |
CMake target to build (empty for default target) | false | `` |
parallel-jobs |
Number of parallel jobs (empty for auto-detect) | false | `` |
| Name | Description |
|---|---|
| (none) |
Note
This action requires the ghcr.io/framework-r-d/phlex-ci container image
(sources /entrypoint.sh to activate the Spack environment).
It is not a general-purpose action.