Skip to content

Commit

Permalink
[feat] add ios ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhaode committed Jun 17, 2024
1 parent 26f96d9 commit 1d79fcf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 97 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: ios
on:
push:
branches:
- master
- 'feature/**'
paths:
- 'src/**'
- 'ios/**'
- '.github/workflows/ios.yml'
pull_request:
branches: [master]
paths:
- 'src/**'
- 'ios/**'
- '.github/workflows/ios.yml'

jobs:
build:
name: ios-build
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: build
uses: mxcl/[email protected]
with:
project: ios/mnn-llm/mnn-llm.xcodeproj
configuration: Release
sdk: iphonesimulator
destination: "platform=iOS,id=dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder,name=Any iOS Device"
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
name: linux-build
name: python-build
runs-on: ubuntu-latest

steps:
Expand Down
96 changes: 0 additions & 96 deletions resource/models/download_models.ps1

This file was deleted.

0 comments on commit 1d79fcf

Please sign in to comment.