https://github.com/openvicproject/openvic-build
https://github.com/openvicproject/openvic-build
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openvicproject/openvic-build
- Owner: OpenVicProject
- License: mit
- Created: 2023-09-22T23:32:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T02:43:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T20:48:45.611Z (5 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Workflow Configuration
### Action Inputs
| Input Name | Description | Type | Default | Required |
|-----------------------|--------------------------------------------------------------------------------------------------------------|-----------|-----------------------------------------|----------|
| `target` | The target type to build scons with. Must be `editor`, `template_release`, or `template_debug`. | `string` | `template_release` | No |
| `platform` | The target platform for the build. | `string` | | No |
| `sconsflags` | The additional scons flags to provide for the build. | `string` | | No |
| `scons-cache` | The scons cache path to use for the build. | `string` | `${{ github.workspace }}/.scons-cache/` | No |
| `scons-cache-limit` | The maximum size of megabytes the scons cache can be in one run. | `boolean` | `7168` | No |
| `bin-dir` | The binary directory to check with ls after the compile is complete. | `string` | `bin/` | No |