@@ -8,74 +8,25 @@ before_script:
8
8
- git submodule update --init --recursive
9
9
script :
10
10
- script/build
11
- xcode_workspace : ReactiveCocoa .xcworkspace
11
+ xcode_workspace : ReactiveObjC .xcworkspace
12
12
matrix :
13
13
include :
14
- - xcode_scheme : ReactiveCocoa-macOS
15
- env :
16
- - XCODE_SDK=macosx
17
- - XCODE_ACTION="build test"
18
- - XCODE_DESTINATION="arch=x86_64"
19
- - XCODE_PLAYGROUND_TARGET="x86_64-apple-macosx10.10"
20
- - xcode_scheme : ReactiveCocoa-iOS
21
- env :
22
- - XCODE_SDK=iphonesimulator
23
- - XCODE_ACTION="build-for-testing test-without-building"
24
- - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
25
- - xcode_scheme : ReactiveCocoa-tvOS
26
- env :
27
- - XCODE_SDK=appletvsimulator
28
- - XCODE_ACTION="build-for-testing test-without-building"
29
- - XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
30
- - xcode_scheme : ReactiveCocoa-watchOS
31
- env :
32
- - XCODE_SDK=watchsimulator
33
- - XCODE_ACTION=build
34
- - XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
35
14
- xcode_scheme : ReactiveObjC-macOS
36
- xcode_workspace : ReactiveObjC.xcworkspace
37
15
env :
38
16
- XCODE_SDK=macosx
39
17
- XCODE_ACTION="build test"
40
18
- XCODE_DESTINATION="arch=x86_64"
41
19
- xcode_scheme : ReactiveObjC-iOS
42
- xcode_workspace : ReactiveObjC.xcworkspace
43
20
env :
44
21
- XCODE_SDK=iphonesimulator
45
22
- XCODE_ACTION="build-for-testing test-without-building"
46
23
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
47
24
- xcode_scheme : ReactiveObjC-tvOS
48
- xcode_workspace : ReactiveObjC.xcworkspace
49
25
env :
50
26
- XCODE_SDK=appletvsimulator
51
27
- XCODE_ACTION="build-for-testing test-without-building"
52
28
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
53
29
- xcode_scheme : ReactiveObjC-watchOS
54
- xcode_workspace : ReactiveObjC.xcworkspace
55
- env :
56
- - XCODE_SDK=watchsimulator
57
- - XCODE_ACTION=build
58
- - XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
59
- - xcode_scheme : ReactiveObjCBridge-macOS
60
- xcode_workspace : ReactiveObjCBridge.xcworkspace
61
- env :
62
- - XCODE_SDK=macosx
63
- - XCODE_ACTION="build test"
64
- - XCODE_DESTINATION="arch=x86_64"
65
- - xcode_scheme : ReactiveObjCBridge-iOS
66
- xcode_workspace : ReactiveObjCBridge.xcworkspace
67
- env :
68
- - XCODE_SDK=iphonesimulator
69
- - XCODE_ACTION="build-for-testing test-without-building"
70
- - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
71
- - xcode_scheme : ReactiveObjCBridge-tvOS
72
- xcode_workspace : ReactiveObjCBridge.xcworkspace
73
- env :
74
- - XCODE_SDK=appletvsimulator
75
- - XCODE_ACTION="build-for-testing test-without-building"
76
- - XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
77
- - xcode_scheme : ReactiveObjCBridge-watchOS
78
- xcode_workspace : ReactiveObjCBridge.xcworkspace
79
30
env :
80
31
- XCODE_SDK=watchsimulator
81
32
- XCODE_ACTION=build
0 commit comments