mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
4ecc4a15f1
This should improve build times.
16 lines
257 B
YAML
16 lines
257 B
YAML
language: rust
|
|
sudo: false
|
|
|
|
cache: cargo
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
rust:
|
|
# There's currently a cargo bug on stable which prevents libfontconfig_sys
|
|
# from building properly. I certainly wish I wrote down what that was.
|
|
- nightly
|
|
|
|
script:
|
|
- cargo test
|