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:
parent
581ef0a448
commit
710ea44ba0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user