From 088766da72f4b1e5bf1c6a3e3bf648b4a227d178 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Jun 2018 09:58:58 +0530 Subject: [PATCH] Build the logo on Travis before running osx-bundle --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 557a19fb1..52adfa90f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,6 +102,10 @@ install: | brew update; brew upgrade python; brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype; + brew install imagemagick + brew install optipng + brew install librsvg + logo/make.py else mkdir -p $SW; curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;