File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1- SwiftTask
1+ SwiftTask [ ![ Circle CI ] ( https://circleci.com/gh/ReactKit/SwiftTask/tree/swift%2F1.2.svg?style=svg )] ( https://circleci.com/gh/ReactKit/SwiftTask/tree/swift%2F1.2 )
22=========
33
44[ Promise] ( http://www.html5rocks.com/en/tutorials/es6/promises/ ) + progress + pause + cancel + retry for Swift.
Original file line number Diff line number Diff line change 1+ machine :
2+ xcode :
3+ version : " 6.3.1"
4+
5+ general :
6+ branches :
7+ ignore :
8+ - swift/2.0
9+
10+ checkout :
11+ post :
12+ - git submodule update --init --recursive
13+
14+ test :
15+ override :
16+ - set -o pipefail &&
17+ xcodebuild
18+ -workspace "SwiftTask.xcworkspace"
19+ -scheme "SwiftTask-OSX"
20+ clean build test |
21+ tee $CIRCLE_ARTIFACTS/xcode_raw-OSX.log |
22+ xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-OSX.xml
23+
24+ - set -o pipefail &&
25+ xcodebuild
26+ CODE_SIGNING_REQUIRED=NO
27+ CODE_SIGN_IDENTITY=
28+ PROVISIONING_PROFILE=
29+ -workspace "SwiftTask.xcworkspace"
30+ -scheme "SwiftTask-iOS"
31+ clean build test |
32+ tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |
33+ xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
You can’t perform that action at this time.
0 commit comments