Skip to content

[feat] add ios ci.

[feat] add ios ci. #1

Workflow file for this run

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:

Check failure on line 30 in .github/workflows/ios.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ios.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
project: ios/mnn-llm/mnn-llm.xcodeproj
configuration: Release
sdk: iphonesimulator
destination: "platform=iOS,id=dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder,name=Any iOS Device"