Skip to content

[UPD]add scatternd op to xcode project file (#1961) #2542

[UPD]add scatternd op to xcode project file (#1961)

[UPD]add scatternd op to xcode project file (#1961) #2542

Workflow file for this run

name: ios-cpu
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
setup:
runs-on: ubuntu-latest
outputs:
CONDITION: ${{ steps.preflight.outputs.CONDITION }}
steps:
- uses: actions/checkout@v2
- name: Preflight
id: preflight
run: |
echo ::set-output name=CONDITION::0
./scripts/.ci/preflight.sh ios || ret=$? && echo $ret && echo ::set-output name=CONDITION::$ret
ios-iphone-os:
needs: [setup]
if: ${{ needs.setup.outputs.CONDITION != '11' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: build
run: ./scripts/build_framework_ios.sh