Skip to content

Commit 1da5255

Browse files
authored
Merge pull request #108 from madig/update-to-ft-2.10.0
FreeType 2.10, HarfBuzz 2.3.1: Update libs, add Python 3.7 to build list
2 parents 1b564b7 + 465e2ee commit 1da5255

4 files changed

Lines changed: 21 additions & 516 deletions

File tree

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ language: python
1616
# The travis Python version is unrelated to the version we build and test
1717
# with. This is set with the MB_PYTHON_VERSION variable.
1818
python: 3.5
19-
sudo: required
20-
dist: trusty
19+
dist: xenial
2120
services: docker
2221

2322
cache:
@@ -35,7 +34,7 @@ matrix:
3534
- PLAT=i686
3635
- USE_CCACHE=1
3736
- FREETYPEPY_BUNDLE_FT=1
38-
- os: linux # Bundle 64 bit library.
37+
- os: linux # Bundle 64 bit library for Python 3.6.
3938
env:
4039
- MB_PYTHON_VERSION=3.6
4140
- USE_CCACHE=1
@@ -50,6 +49,17 @@ matrix:
5049
- MB_PYTHON_VERSION=3.6
5150
- USE_CCACHE=1
5251
- FREETYPEPY_BUNDLE_FT=1
52+
- os: linux # Bundle 64 bit library for Python 3.7.
53+
env:
54+
- MB_PYTHON_VERSION=3.7
55+
- USE_CCACHE=1
56+
- FREETYPEPY_BUNDLE_FT=1
57+
- os: osx
58+
language: generic
59+
env:
60+
- MB_PYTHON_VERSION=3.7
61+
- USE_CCACHE=1
62+
- FREETYPEPY_BUNDLE_FT=1
5363

5464
before_install:
5565
- source ci/multibuild/common_utils.sh

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ environment:
1515
PYTHON_VERSION: 3.6
1616
PYTHON_ARCH: '64'
1717

18+
- PYTHON: C:\Python36-x64
19+
PYTHON_VERSION: 3.7
20+
PYTHON_ARCH: '64'
21+
1822
init:
1923
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
2024

0 commit comments

Comments
 (0)