Skip to content

Commit

Permalink
attempt a llama.swiftui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bachittle committed Nov 26, 2023
1 parent ee07308 commit 256478a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,16 @@ jobs:
with:
path: |
cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip
ios-xcode-build:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Build Xcode project
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


# freeBSD-latest:
# runs-on: macos-12
Expand Down

0 comments on commit 256478a

Please sign in to comment.