mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03: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…
Reference in New Issue
Block a user