Add FreeBSD to CI

Fixes #2248.
This commit is contained in:
Kirill Chibisov 2020-03-23 23:22:31 +03:00 committed by GitHub
parent 232aea46c0
commit a2875454b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
.builds/freebsd.yml Normal file
View File

@ -0,0 +1,21 @@
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-39-0: |
$HOME/.cargo/bin/rustup toolchain install --profile minimal 1.39.0
cd alacritty
$HOME/.cargo/bin/cargo +1.39.0 test
- stable: |
cd alacritty
$HOME/.cargo/bin/cargo +stable test