summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-03-23 23:22:31 +0300
committerChristian Duerr <contact@christianduerr.com>2020-03-24 10:38:32 +0000
commitd0c53bb605e244e20662dddff931c868234a5b9e (patch)
tree0e5cd1655a637184f94a7f9d3419e37dfffe407d
parent7ac1ec5e2ff317f918d423c5de0878faf0858103 (diff)
downloadalacritty-d0c53bb605e244e20662dddff931c868234a5b9e.tar.gz
alacritty-d0c53bb605e244e20662dddff931c868234a5b9e.zip
Add FreeBSD to CI
Fixes #2248.
-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