summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2019-03-08 01:33:41 +0330
committerGitHub <noreply@github.com>2019-03-08 01:33:41 +0330
commit8b6eb6cf465032d0ca747f4b75f6e9155082bc45 (patch)
treee7c7617850f482133dd01c89d785baf45340a3cc /.circleci
parente723c04de1b3dcd96e6a70baf09e3ae2ddbbc0bf (diff)
Add a macOS 10.14.3 fonts tests (#1608)
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e3f8067d..8aa91b21 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,6 +22,16 @@ jobs:
- run: make -j4
- run: make check || .ci/fail.sh
+ macos-10.14.3-aat-fonts:
+ macos:
+ xcode: "10.2.0"
+ steps:
+ - checkout
+ - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo
+ - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
+ - run: make -j4
+ - run: make check || .ci/fail.sh
+
macos-notest-ios:
macos:
xcode: "10.0.0"
@@ -308,6 +318,7 @@ workflows:
# macOS
- macos-10.12.6-aat-fonts
- macos-10.13.6-aat-fonts
+ - macos-10.14.3-aat-fonts
- macos-notest-ios
# both autotools and cmake