mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Reduce brew install harfbuzz time on travis
This commit is contained in:
@@ -89,7 +89,7 @@ install: |
|
|||||||
brew install glfw;
|
brew install glfw;
|
||||||
brew install libunistring;
|
brew install libunistring;
|
||||||
brew install freetype;
|
brew install freetype;
|
||||||
brew install harfbuzz;
|
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-cairo --with-freetype;
|
||||||
else
|
else
|
||||||
mkdir -p $SW;
|
mkdir -p $SW;
|
||||||
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;
|
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;
|
||||||
|
|||||||
Reference in New Issue
Block a user