wezterm/.cirrus.yml
2020-10-06 09:14:23 -07:00

18 lines
375 B
YAML

freebsd_instance:
image: freebsd-12-1-release-amd64
cpu: 4
memory: 8G
task:
name: freebsd-12
stateful: false
setup_script:
- pkg install -y bash
- bash get-deps
- 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