1
1
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:
Wez Furlong 2020-10-06 09:14:23 -07:00
parent e6c9bcb7d8
commit 86fd1eb502

View File

@ -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