mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 13:18:28 +00:00
Revert "ci: add basic Cirrus CI testing for FreeBSD + M1 (#826)"
This reverts commit 577165292c
.
This commit is contained in:
parent
577165292c
commit
df13d12551
2 changed files with 6 additions and 32 deletions
31
.cirrus.yml
31
.cirrus.yml
|
@ -1,31 +0,0 @@
|
|||
task:
|
||||
name: FreeBSD 13 Test
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-1
|
||||
setup_script:
|
||||
- pkg install -y curl
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
- sh rustup.sh --default-toolchain stable -y
|
||||
- . $HOME/.cargo/env
|
||||
test_script:
|
||||
- . $HOME/.cargo/env
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --no-run --locked
|
||||
- cargo test --no-fail-fast -- --nocapture --quiet
|
||||
- cargo clippy --all-targets --workspace -- -D warnings
|
||||
|
||||
task:
|
||||
name: macOS M1 Test
|
||||
freebsd_instance:
|
||||
image: ghcr.io/cirruslabs/macos-monterey-base:latest
|
||||
setup_script:
|
||||
- pkg install -y curl
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
- sh rustup.sh --default-toolchain stable -y
|
||||
- . $HOME/.cargo/env
|
||||
test_script:
|
||||
- . $HOME/.cargo/env
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --no-run --locked
|
||||
- cargo test --no-fail-fast -- --nocapture --quiet
|
||||
- cargo clippy --all-targets --workspace -- -D warnings
|
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -48,7 +48,12 @@ jobs:
|
|||
target: "x86_64-pc-windows-msvc",
|
||||
cross: false,
|
||||
}
|
||||
features: ["--all-features", "--no-default-features"]
|
||||
features: [
|
||||
"--all-features",
|
||||
# "--features battery",
|
||||
# "--features gpu",
|
||||
"--no-default-features",
|
||||
]
|
||||
steps:
|
||||
- name: Check if this action should be skipped
|
||||
id: skip_check
|
||||
|
|
Loading…
Add table
Reference in a new issue