Skip to content

Bump protobufjs from 7.2.5 to 7.4.0 in /wasm in the npm_and_yarn group across 1 directory #587

Bump protobufjs from 7.2.5 to 7.4.0 in /wasm in the npm_and_yarn group across 1 directory

Bump protobufjs from 7.2.5 to 7.4.0 in /wasm in the npm_and_yarn group across 1 directory #587

Workflow file for this run

name: iOS CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install system dependencies
run: |
brew install boost ninja xcodegen xcbeautify
- name: Cache internal dependencies
id: internal_cache
uses: actions/[email protected]
with:
path: build/local
key: ${{ runner.os }}-internal-${{ hashFiles('tools/install-dependencies') }}
- name: Install internal dependencies
run: |
tools/install-dependencies
if: steps.internal_cache.outputs.cache-hit != 'true'
- name: Run codegen tests
run: tools/codegen-test
- name: Run iOS tests
run: |
tools/generate-files
tools/ios-test
- name: Build sample app
run: |
tools/samples-build ios