Skip to content

Commit 37e1f57

Browse files
authored
Migrate CI from TravisCI to GitHubActions (#99)
* Migrate CI from TravisCI to GitHubActions * Fix xcodebuild options
1 parent 86fe96a commit 37e1f57

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CI
2+
on: [push, pull_request, workflow_dispatch]
3+
jobs:
4+
test:
5+
runs-on: macos-11
6+
steps:
7+
- uses: actions/checkout@v2
8+
- run: set -o pipefail && xcodebuild build -project NextGrowingTextView.xcodeproj -scheme NextGrowingTextView -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
9+
- run: pod lib lint

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)