-
Notifications
You must be signed in to change notification settings - Fork 28
32 lines (30 loc) · 781 Bytes
/
harfbuzz.yml
File metadata and controls
32 lines (30 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
on:
# push:
# branches: [master]
workflow_dispatch:
pull_request:
branches: [master]
name: Harfbuzz
jobs:
build:
name: compile apple and android harfbuzz then deploy
runs-on: macos-14
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r21e
add-to-path: false
local-cache: true
- name: Checkout code
uses: actions/checkout@v4
- name: Install denpendencies
run: |
./main.sh install -p ios -l 'freetype'
./main.sh install -p tvos -l 'freetype'
./main.sh install -p macos -l 'freetype'
./main.sh install -p android -l 'freetype'
- name: One Step
run: .github/workflows/onestep.sh harfbuzz all