dherman/@dherman/target-matrix
Define a cross-compilation target matrix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| toolchain | Compiler toolchain defining the vocabulary of targets. Valid values: rust | yes | — |
| windows-latest | Space-separated list of targets to be built in Windows jobs. | — | "" |
| macos-latest | Space-separated list of targets to be built in macOS jobs. | — | "" |
| ubuntu-latest | Space-separated list of targets to be built in Ubuntu jobs. | — | "" |
Outputs
| name | description |
|---|---|
| include | An array of (OS x target) pairs that can be added to a matrix with `strategy.matrix.include`. |