mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
|
||||||
target: x86_64-unknown-linux-musl
|
|
||||||
rust_flags: ''
|
|
||||||
features: ''
|
|
||||||
- os: macOS-latest
|
- os: macOS-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
rust_flags: ''
|
rust_flags: ''
|
||||||
features: ''
|
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
|
- os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
rust_flags: -C target-feature=+crt-static
|
rust_flags: -C target-feature=+crt-static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue