1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

ci: boost freebsd resources a bit, and also build everything

This commit is contained in:
Wez Furlong 2020-09-09 09:14:21 -07:00
parent 581ef0a448
commit 710ea44ba0

View File

@ -1,5 +1,7 @@
freebsd_instance:
image: freebsd-12-1-release-amd64
cpu: 4
memory: 8G
task:
name: freebsd-12
@ -8,4 +10,5 @@ task:
- pkg install -y bash
- bash get-deps
test_script:
- cargo build --all --release
- cargo test --all --release