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:
parent
7252eca1fa
commit
e73abcbcb6
14
.travis.yml
14
.travis.yml
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user