secondlife/Autobuild
Build and package an autobuild project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| archive-format | Autobuild package compression format (tbz2, tzst, etc.) | — | tzst |
| checkout | Perform git checkout | — | true |
| checkout-build-variables | Perform git checkout of build-variables | — | true |
| setup-python | Install python using actions/python | — | true |
| setup-autobuild | Install autobuild using secondlife/setup-autobuild | — | true |
| configure-args | Additional arguments passed to autobuild configure | — | — |
| build-args | Additional arguments passed to autobuild build | — | — |
| addrsize | AUTOBUILD_ADDRSIZE | — | 64 |
| token | AUTOBUILD_GITHUB_TOKEN | — | — |
| build-variables-ref | build-variables repository ref | — | master |
| build-id | Built id (default: commit sha) | — | SHA |
| file | Target autobuild.xml file | — | autobuild.xml |
| autobuild-version | Version of autobuild to install | — | 3.* |
| msys2-packages | Additional msys2 packages to install | — | — |
| platform | Autobuild platform | — | — |
| configuration | Autobuild configuration | — | — |
| artifact-name | Name of artifact to upload, defaults to the autobuild package name | — | — |
| shallow | Use shallow clone | — | false |
Outputs
| name | description |
|---|---|
| package-name | — |
| package-filename | — |
| package-basename | — |
| package-platform | — |
| package-md5 | — |
| package-blake2b | — |
| package-sha1 | — |
| package-sha256 | — |