]> granicus.if.org Git - libass/commitdiff
Travis CI: disable Fontconfig on OS X
authorOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 00:05:20 +0000 (02:05 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 01:42:59 +0000 (03:42 +0200)
Homebrew generates the Fontconfig cache when installing Fontconfig,
which delays the build by several minutes. Disable the Fontconfig
font provider on OS X to avoid this.

.travis.yml

index c441a1a6522aec2500e328c3c3dba12463fab9bc..c8bc80ab3c097acd52c5612ec111db708df432a6 100644 (file)
@@ -20,7 +20,7 @@ branches:
 
 before_install:
   - (sudo apt-get update || brew update)
-  - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool; brew install fontconfig freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
+  - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
 script:
   - make -j4