1
0
mirror of https://github.com/google/fonts.git synced 2025-01-04 15:29:45 +03:00

Update travis dependencies (#2722)

This commit is contained in:
Marc Foley 2020-10-07 15:54:04 +01:00 committed by GitHub
parent 7252eca1fa
commit e73abcbcb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,14 @@
language: python
dist: xenial
dist: focal
python:
- "3.7"
- "3.8"
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 ../..
- sudo apt-get install -y libharfbuzz-dev libfreetype6-dev libglib2.0-dev libcairo2-dev
install:
- pip install gftools[qa]