alacritty/.builds/freebsd.yml

22 lines
556 B
YAML
Raw Normal View History

2020-03-23 20:22:31 +00:00
image: freebsd/latest
packages:
- devel/cmake
- devel/pkgconf
- lang/python3
- print/freetype2
- x11-fonts/fontconfig
- x11-fonts/dejavu
- x11/libxcb
sources:
- https://github.com/alacritty/alacritty
tasks:
- rustup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal
- 1-43-1: |
$HOME/.cargo/bin/rustup toolchain install --profile minimal 1.43.1
2020-03-23 20:22:31 +00:00
cd alacritty
$HOME/.cargo/bin/cargo +1.43.1 test
2020-03-23 20:22:31 +00:00
- stable: |
cd alacritty
$HOME/.cargo/bin/cargo +stable test