-
Notifications
You must be signed in to change notification settings - Fork 28
32 lines (30 loc) · 849 Bytes
/
ass.yml
File metadata and controls
32 lines (30 loc) · 849 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: Ass
jobs:
build:
name: compile apple and android ass 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 'harfbuzz fribidi unibreak'
./main.sh install -p tvos -l 'harfbuzz fribidi unibreak'
./main.sh install -p macos -l 'harfbuzz fribidi unibreak'
./main.sh install -p android -l 'harfbuzz fribidi unibreak fontconfig'
- name: One Step
run: .github/workflows/onestep.sh ass all