ysdragon/Build Ring Project
A GitHub Action that compiles Ring Programming Language projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the Ring source file to build | no | — |
| command | Command to execute (if file is not specified) | no | — |
| output_exe | Set to `true` to generate an executable using Ring2EXE | no | false |
| args | Additional arguments to pass to Ring or Ring2EXE | no | "" |
| ring_packages | Space-separated list of packages to install from RingPM | no | — |
| version | Specify the version of the Ring compiler to use (commit ID, tag, branch, or hash) | no | v1.27 |
| arch | Target architecture for MSVC compiler on Windows (x64, x86, arm64) | no | x64 |
| cache | Set to `false` to disable caching of the Ring installation | no | true |
Outputs
no outputs