mirror of
https://github.com/wezterm/wezterm.git
synced 2026-08-02 13:25:42 +08:00
ci: tweak freebsd ci for getdeps rust version check
This commit is contained in:
parent
e7e90c7390
commit
5e9bbdeab3
@ -9,10 +9,10 @@ task:
|
||||
only_if: "changesInclude('**.toml', '**.rs', '.gitmodules', '.cirrus.yml', 'get-deps', 'Cargo.lock')"
|
||||
setup_script:
|
||||
- pkg install -y bash
|
||||
- bash get-deps
|
||||
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
|
||||
- chmod +x /tmp/rustup.sh
|
||||
- /tmp/rustup.sh -y -q
|
||||
- env PATH=$HOME/.cargo/bin:$PATH bash get-deps
|
||||
test_script:
|
||||
- env PATH=$HOME/.cargo/bin:$PATH cargo build --all --release
|
||||
- env PATH=$HOME/.cargo/bin:$PATH cargo test --all --release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user