[PATCH] include t1tables.h for FT_Has_PS_Glyph_Names #364
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-win32-mingw64 | |
on: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- '*' | |
pull_request: | |
jobs: | |
imager: | |
runs-on: windows-latest | |
timeout-minutes: 15 | |
steps: | |
- run: git config --global core.autocrlf false | |
- uses: actions/checkout@v2 | |
- name: configure | |
run: | | |
$env:path = "c:\strawberry\c\bin;"+$env:path | |
perl Makefile.PL | |
- name: build | |
run: | | |
$env:path = "c:\strawberry\c\bin;"+$env:path | |
gmake -j3 | |
- name: test | |
run: | | |
gmake test HARNESS_OPTIONS=j2 |