Skip to content

Merge pull request #546 from Econa77/feature/move-travis-to-github-ac… #2

Merge pull request #546 from Econa77/feature/move-travis-to-github-ac…

Merge pull request #546 from Econa77/feature/move-travis-to-github-ac… #2

Workflow file for this run

name: CI
on:
push:
branches:
- develop
jobs:
xcode:
runs-on: macos-11
strategy:
matrix:
xcode: ["12.5.1", "13.2.1"]
fail-fast: false
name: Xcode ${{ matrix.xcode }}
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
- uses: actions/checkout@v2
- run: xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme CoreActionSheetPicker -sdk iphonesimulator -destination "name=iPhone 11 Pro" | xcpretty -c