Skip to content

Commit 1392fc1

Browse files
committed
attempt a llama.swiftui workflow
1 parent ee07308 commit 1392fc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,16 @@ jobs:
497497
with:
498498
path: |
499499
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 -destination 'generic/platform=iOS' build
509+
500510

501511
# freeBSD-latest:
502512
# runs-on: macos-12

0 commit comments

Comments
 (0)