examples : add batched.swift + improve CI for swift (#3562)
This commit is contained in:
parent
9f6ede19f3
commit
24ba3d829e
7 changed files with 307 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue