new: add ios build

This commit is contained in:
Hiddify
2023-08-20 12:39:55 +00:00
parent 8205697292
commit 69e2d2bfa1
2 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ jobs:
# - { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} #fultter does not support x86
- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' }
- { os: "macos-11", target: "macos-universal" }
- { os: "macos-11", target: "ios" }
runs-on: ${{ matrix.job.os }}
steps:
- name: Checkout
@@ -69,7 +70,7 @@ jobs:
# ndk-version: '25.2.9519653'
- name: Setup GoMobile
if: startsWith(matrix.job.target,'android')
if: startsWith(matrix.job.target,'android') || startsWith(matrix.job.target,'ios')
run: make lib_install
- name: Setup MinGW