Skip to content

Commit

Permalink
Add CI windows support (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM authored Oct 3, 2024
1 parent 0e67c89 commit 49c8941
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ ci = "github"
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc"
]
# Publish jobs to run in CI
pr-run-mode = "skip"
# Allow modifying release.yml
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]

[build-dependencies]
Expand Down

0 comments on commit 49c8941

Please sign in to comment.