Skip to content

version bump 1.2.3 #129

version bump 1.2.3

version bump 1.2.3 #129

Workflow file for this run

name: "AudioStreaming CI"
on:
push:
branches:
- main
- hotfix
pull_request:
branches:
- '*'
jobs:
iOS:
name: Test iOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
strategy:
matrix:
destination: ["OS=latest,name=iPhone 15 Pro"]
steps:
- uses: actions/checkout@v2
- name: iOS - ${{ matrix.destination }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "AudioStreaming.xcodeproj" -scheme "AudioStreaming" -destination "${{ matrix.destination }}" clean test | xcpretty