Skip to content

Commit b05d398

Browse files
committed
Add iOS CI workflow
1 parent 54ed195 commit b05d398

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
cmake_generator: "Unix Makefiles"
6060
cmake_options:
6161
-DCMAKE_FRAMEWORK=ON
62+
- name: iOS cross compilation
63+
os: macOS-latest
64+
vcpkg_triplet: arm64-ios
65+
cmake_generator: "Unix Makefiles"
66+
cmake_options:
67+
-DCMAKE_SYSTEM_NAME=iOS
6268

6369
runs-on: ${{ matrix.os }}
6470
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)