Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 96ef456

Browse files
committed
nit
1 parent b2632b9 commit 96ef456

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.circleci/config.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- checkout
2222
- run: *prepare
23-
- run: xcodebuild build -workspace ParseLiveQuery.xcworkspace -sdk iphonesimulator -scheme ParseLiveQuery-iOS -configuration Debug -destination "platform=iOS Simulator,name=iPhone 4s" -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c;
23+
- run: xcodebuild build -workspace ParseLiveQuery.xcworkspace -sdk iphonesimulator -scheme ParseLiveQuery-iOS -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c;
2424
- run: bash <(curl -s https://codecov.io/bash)
2525
- store_test_results:
2626
path: build/reports
@@ -39,11 +39,11 @@ jobs:
3939
- checkout
4040
- run: *prepare
4141
- run: |
42-
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo | xcpretty -c;
43-
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo -configuration Debug | xcpretty -c;
42+
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo | xcpretty -c;
43+
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo -configuration Debug | xcpretty -c;
4444
- run: |
45-
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c;
46-
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c;
45+
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c;
46+
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c;
4747
carthage:
4848
<<: *defaults
4949
steps:
@@ -65,10 +65,7 @@ workflows:
6565
jobs:
6666
- ios
6767
- macos
68-
- facebook_utils
69-
- twitter_utils
70-
- parseui
71-
- jazzy
68+
- demo
7269
nightly:
7370
jobs:
7471
- cocoapods

0 commit comments

Comments
 (0)