mirror of
https://github.com/wezterm/wezterm.git
synced 2026-08-02 18:22:24 +08:00
ci: tweak freebsd rustup a bit
This commit is contained in:
parent
e6c9bcb7d8
commit
86fd1eb502
@ -9,7 +9,9 @@ task:
|
||||
setup_script:
|
||||
- pkg install -y bash
|
||||
- bash get-deps
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -y -q
|
||||
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
|
||||
- chmod +x /tmp/rustup.sh
|
||||
- /tmp/rustup.sh -y -q
|
||||
test_script:
|
||||
- cargo build --all --release
|
||||
- cargo test --all --release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user