mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
7ac1ec5e2f
commit
d0c53bb605
1 changed files with 21 additions and 0 deletions
21
.builds/freebsd.yml
Normal file
21
.builds/freebsd.yml
Normal 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
|
Loading…
Reference in a new issue