Skip to content

initial commit, for v2.1.7-beta.1 #1

initial commit, for v2.1.7-beta.1

initial commit, for v2.1.7-beta.1 #1

Workflow file for this run

name: build
on:
push:
branches: 'main'
tags: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: macOS-13
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Switch Xcode 🔄
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- name: Swift Lint 🧹
run: swiftlint
- name: Test iOS 🪲
run: xcodebuild build -scheme AgoraRtmKit-Swift -destination 'platform=iOS Simulator,name=iPhone 15' | xcpretty