Skip to content

Commit

Permalink
Merge pull request #546 from Econa77/feature/move-travis-to-github-ac…
Browse files Browse the repository at this point in the history
…tions

Migrate CI from TravisCI to GitHubActions
  • Loading branch information
Wei18 committed Jan 31, 2024
2 parents 19c8755 + 50a2948 commit c3fa149
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit c3fa149

Please sign in to comment.