baltamatica-actions/Run Baltamatica Build
Run Baltamatica project build tasks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Path to a Baltamatica project root. | no | . |
| tasks | Space-separated build tasks, for example "test package". | no | "" |
| build-file | Optional build file path, for example build.balt. | no | "" |
| startup-options | Additional CLI options passed before the build command. | no | -nodesktop |
| additional-arguments | Additional arguments appended to the Baltamatica build command. | no | "" |
| working-directory | Working directory for the Baltamatica process. | no | . |
| log-file | Path to write combined stdout and stderr. | no | "" |
| executable | Baltamatica executable name or path. Defaults to baltamatica from PATH. | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Baltamatica process exit code. |
| log-file | Path to the execution log, when requested. |