We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee07308 commit 256478aCopy full SHA for 256478a
1 file changed
.github/workflows/build.yml
@@ -497,6 +497,16 @@ jobs:
497
with:
498
path: |
499
cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip
500
+ ios-xcode-build:
501
+ runs-on: macos-latest
502
+
503
+ steps:
504
+ - name: Checkout code
505
+ uses: actions/checkout@v3
506
507
+ - name: Build Xcode project
508
+ run: xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' build
509
510
511
# freeBSD-latest:
512
# runs-on: macos-12
0 commit comments