Skip to content

Commit f9cadde

Browse files
committed
added circle ci config
1 parent 44b3d21 commit f9cadde

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0

circle.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
machine:
2+
xcode:
3+
version: "8.3"
4+
environment:
5+
LANG: en_US.UTF-8
6+
7+
dependencies:
8+
pre:
9+
override:
10+
- brew update ; brew update
11+
- brew install swiftlint
12+
13+
test:
14+
pre:
15+
override:
16+
- set -o pipefail
17+
- xcodebuild clean test -workspace SFFocusViewLayout.xcworkspace -scheme SFFocusViewLayout -destination "platform=iOS Simulator,name=iPhone 7" -enableCodeCoverage YES | xcpretty
18+
- pod lib lint --quick
19+
post:
20+
- bundle exec danger
21+
- bash <(curl -s https://codecov.io/bash) -J Moya

0 commit comments

Comments
 (0)