aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-03-23 23:22:31 +0300
committerGitHub <noreply@github.com>2020-03-23 23:22:31 +0300
commita2875454b1c6b856ccb7f61e737ea1e090b0e054 (patch)
tree284a40814a957ad14fa079225bdcf983ba233e8a /.builds
parent232aea46c0e7c30806b3607e668932bf166c2546 (diff)
downloadalacritty-a2875454b1c6b856ccb7f61e737ea1e090b0e054.tar.gz
alacritty-a2875454b1c6b856ccb7f61e737ea1e090b0e054.zip
Add FreeBSD to CI
Fixes #2248.
Diffstat (limited to '.builds')
-rw-r--r--.builds/freebsd.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 00000000..005308fc
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -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