Skip to content

[feat] add ios ci.

[feat] add ios ci. #4

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
run: ./script/ios_build.sh