1
0
mirror of https://github.com/google/fonts.git synced 2024-12-15 03:23:23 +03:00
fonts/.travis.yml

27 lines
619 B
YAML
Raw Normal View History

language: python
dist: xenial
python:
- "3.7"
before_install:
- sudo apt-get update
- sudo apt-get install -y jq
- sudo apt-get install -y libfreetype6-dev libglib2.0-dev libcairo2-dev
- curl -O "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.0.tar.bz2"
- tar -xjvf "harfbuzz-2.3.0.tar.bz2"
- cd harfbuzz-2.3.0
- ./configure --with-cairo=yes
- make
- cd util
- PATH=$(pwd):$PATH
- cd ../..
install:
- pip install git+https://github.com/googlefonts/gftools
script:
2019-07-31 19:43:05 +03:00
- gftools qa -pr https://github.com/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST -gfb -a -o qa -ogh