Skip to content

Commit

Permalink
Merge pull request #108 from madig/update-to-ft-2.10.0
Browse files Browse the repository at this point in the history
FreeType 2.10, HarfBuzz 2.3.1: Update libs, add Python 3.7 to build list
  • Loading branch information
madig authored Mar 17, 2019
2 parents 1b564b7 + 465e2ee commit 1da5255
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 516 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ language: python
# The travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5
sudo: required
dist: trusty
dist: xenial
services: docker

cache:
Expand All @@ -35,7 +34,7 @@ matrix:
- PLAT=i686
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library.
- os: linux # Bundle 64 bit library for Python 3.6.
env:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
Expand All @@ -50,6 +49,17 @@ matrix:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library for Python 3.7.
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1

before_install:
- source ci/multibuild/common_utils.sh
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ environment:
PYTHON_VERSION: 3.6
PYTHON_ARCH: '64'

- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.7
PYTHON_ARCH: '64'

init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%

Expand Down
Loading

0 comments on commit 1da5255

Please sign in to comment.