-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
26 lines (26 loc) · 774 Bytes
/
Copy pathcircle.yml
File metadata and controls
26 lines (26 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
machine:
xcode:
version: "8.3"
dependencies:
pre:
- brew update
- brew upgrade xctool || true
test:
override:
- xcodebuild
-sdk iphonesimulator
-workspace "Dials.xcworkspace"
-scheme "DialsExample - iOS"
build | tee $CIRCLE_ARTIFACTS/xcode_raw.log | xcpretty
- xcodebuild
-sdk macosx
-workspace "Dials.xcworkspace"
-scheme "Dials+ExamplePlugin - Desktop"
build | tee $CIRCLE_ARTIFACTS/xcode_raw.log | xcpretty
- xcodebuild
-sdk macosx
-workspace "Dials.xcworkspace"
-scheme "Dials.app - Desktop"
build-tests
run-tests
build | tee $CIRCLE_ARTIFACTS/xcode_raw.log | xcpretty