An open API service indexing awesome lists of open source software.

https://github.com/openvicproject/openvic-build


https://github.com/openvicproject/openvic-build

Last synced: 4 months ago
JSON representation

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 |