Skip to content

Commit 0058c83

Browse files
committed
Add iOS target to GHA
1 parent 780b67d commit 0058c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
# - {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
4141
# - {name: "windows-32", os: "windows-latest", cmake_extra: "-T v142,host=x86 -A Win32"}
4242
- {name: "macOS-latest", os: "macOS-latest", cmake_extra: "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_OSX_ARCHITECTURES=\"x86_64;arm64\" -DLSL_FRAMEWORK=ON" }
43+
- {name: "iOS", os: "macOS-latest", cmake_extra: "-DCMAKE_IOS_DEPLOYMENT_TARGET=12.0 -DCMAKE_TOOLCHAIN_FILE=\"make/ios.toolchain.cmake\" -DLSL_FRAMEWORK=ON" }
4344

4445
steps:
4546
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)