[PATCH] include t1tables.h for FT_Has_PS_Glyph_Names #360
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test-macosx | |
on: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- '*' | |
pull_request: | |
jobs: | |
perl: | |
runs-on: macos-latest | |
timeout-minutes: 15 | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
- name: install dependencies | |
run: | | |
brew update ||: | |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install perl giflib libjpeg-turbo libtiff freetype libpng | |
- name: configure | |
run: | | |
perl Makefile.PL | |
- name: build | |
run: | | |
make -j2 | |
- name: test | |
run: | | |
HARNESS_OPTIONS=j2 make test |