mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-29 16:44:54 +02:00
ci: Test macOS ARM and Linux armv6 (#430)
This commit is contained in:
parent
d5c2ce6607
commit
637a3949dd
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -94,6 +94,13 @@ jobs:
|
|||||||
cross: false,
|
cross: false,
|
||||||
rust: stable,
|
rust: stable,
|
||||||
}
|
}
|
||||||
|
# Disabled, unfortunately.
|
||||||
|
# - {
|
||||||
|
# os: "macOS-11.0",
|
||||||
|
# target: "x86_64-apple-darwin",
|
||||||
|
# cross: false,
|
||||||
|
# rust: stable,
|
||||||
|
# }
|
||||||
- {
|
- {
|
||||||
os: "windows-2019",
|
os: "windows-2019",
|
||||||
target: "i686-pc-windows-msvc",
|
target: "i686-pc-windows-msvc",
|
||||||
@ -129,6 +136,14 @@ jobs:
|
|||||||
rust: stable,
|
rust: stable,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# armv6
|
||||||
|
- {
|
||||||
|
os: "ubuntu-18.04",
|
||||||
|
target: "arm-unknown-linux-gnueabihf",
|
||||||
|
cross: true,
|
||||||
|
rust: stable,
|
||||||
|
}
|
||||||
|
|
||||||
# PowerPC 64 LE
|
# PowerPC 64 LE
|
||||||
- {
|
- {
|
||||||
os: "ubuntu-18.04",
|
os: "ubuntu-18.04",
|
||||||
@ -137,6 +152,14 @@ jobs:
|
|||||||
rust: stable,
|
rust: stable,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# macOS ARM
|
||||||
|
- {
|
||||||
|
os: "macOS-latest",
|
||||||
|
target: "aarch64-apple-darwin",
|
||||||
|
cross: true,
|
||||||
|
rust: stable,
|
||||||
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user