File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- SwiftState
1+ SwiftState [ ![ Circle CI ] ( https://circleci.com/gh/ReactKit/SwiftState/tree/swift%2F1.2.svg?style=svg )] ( https://circleci.com/gh/ReactKit/SwiftState/tree/swift%2F1.2 )
22==========
33
44Elegant state machine for Swift.
Original file line number Diff line number Diff line change 1+ machine :
2+ xcode :
3+ version : " 6.3.1"
4+
5+ test :
6+ override :
7+ - set -o pipefail &&
8+ xcodebuild
9+ -scheme "SwiftState-OSX"
10+ clean build test |
11+ tee $CIRCLE_ARTIFACTS/xcode_raw-OSX.log |
12+ xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-OSX.xml
13+
14+ - set -o pipefail &&
15+ xcodebuild
16+ CODE_SIGNING_REQUIRED=NO
17+ CODE_SIGN_IDENTITY=
18+ PROVISIONING_PROFILE=
19+ -scheme "SwiftState-iOS"
20+ clean build test |
21+ tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |
22+ xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
You can’t perform that action at this time.
0 commit comments