forked from Cantoboard/librime-ios-build
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (32 loc) · 951 Bytes
/
build.yml
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
33
34
35
36
37
38
name: Build
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: librime-ios-build
submodules: recursive
- name: Checkout librime
uses: actions/checkout@v4
with:
repository: TypeDuck-HK/librime
path: librime
submodules: recursive
- name: Select Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Build
run: |
brew install coreutils
cd librime
git submodule add https://github.com/Cantoboard/librime-cantoboard.git plugins/librime-cantoboard
cd ../librime-ios-build
./build-ios.sh ../librime all
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: |
librime-ios-build/output/Rime.xcframework