examples : add batched.swift + improve CI for swift (#3562)

This commit is contained in:
Zane Shannon 2023-10-11 04:14:05 -07:00 committed by GitHub
parent 9f6ede19f3
commit 24ba3d829e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 307 additions and 1 deletions

View file

@ -276,6 +276,11 @@ jobs:
run: |
xcodebuild -scheme llama -destination "${{ matrix.destination }}"
- name: Build Swift Example
id: make_build_swift_example
run: |
make swift
windows-latest-cmake:
runs-on: windows-latest