mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 03:57:01 +05:30
feat(ci): upgrade cargo-dist setup to 0.2.0-prerelease.5
This commit is contained in:
parent
4ee022abbc
commit
228dabecec
2 changed files with 100 additions and 32 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -38,17 +38,14 @@ lto = "thin"
|
|||
# Config for 'cargo dist'
|
||||
[workspace.metadata.dist]
|
||||
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
||||
cargo-dist-version = "0.0.6"
|
||||
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
|
||||
rust-toolchain-version = "nightly-2023-06-10"
|
||||
cargo-dist-version = "0.2.0-prerelease.5"
|
||||
# CI backends to support (see 'cargo dist generate-ci')
|
||||
ci = ["github"]
|
||||
# The installers to generate for each app
|
||||
installers = ["shell", "powershell"]
|
||||
installers = ["shell", "powershell", "homebrew"]
|
||||
# Target platforms to build apps for (Rust target-triple syntax)
|
||||
targets = [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-apple-darwin",
|
||||
"x86_64-pc-windows-msvc",
|
||||
"aarch64-apple-darwin",
|
||||
]
|
||||
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]
|
||||
# A GitHub repo to push Homebrew formulas to
|
||||
tap = "msfjarvis/homebrew-tap"
|
||||
# Publish jobs to run in CI
|
||||
publish-jobs = ["homebrew"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue