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.
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