mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Add more platforms
This commit is contained in:
parent
e87c2a23d4
commit
81989b5aa4
1 changed files with 32 additions and 5 deletions
37
.github/workflows/ci.yml
vendored
37
.github/workflows/ci.yml
vendored
|
@ -6,16 +6,43 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: macOS-latest
|
||||
target: x86_64-apple-darwin
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: ubuntu-latest
|
||||
target: i686-unknown-linux-gnu
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: ubuntu-latest
|
||||
target: i686-unknown-linux-musl
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: ubuntu-latest
|
||||
target: arm-unknown-linux-gnueabihf
|
||||
rust_flags: ''
|
||||
features: ''
|
||||
- os: windows-latest
|
||||
target: i686-pc-windows-gnu
|
||||
rust_flags: -C target-feature=+crt-static
|
||||
features: '--no-default-features --features=crossterm-backend'
|
||||
- os: windows-latest
|
||||
target: i686-pc-windows-msvc
|
||||
rust_flags: -C target-feature=+crt-static
|
||||
features: '--no-default-features --features=crossterm-backend'
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-gnu
|
||||
rust_flags: -C target-feature=+crt-static
|
||||
features: '--no-default-features --features=crossterm-backend'
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
rust_flags: -C target-feature=+crt-static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue