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 3f71c8f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 97 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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'

- uses: mxcl/[email protected]
with:
working-directory: ios/mnn-llm
platform: iOS
action: build
configuration: Release
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 3f71c8f

Please sign in to comment.