File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ matrix:
34
34
env :
35
35
- XCODE_SDK=appletvsimulator
36
36
XCODE_ACTION="build-for-testing test-without-building"
37
- XCODE_DESTINATION="name=Apple TV 1080p "
37
+ XCODE_DESTINATION="name=Apple TV 4K "
38
38
- osx_image : xcode10.1
39
39
env :
40
40
- XCODE_SDK=watchsimulator
@@ -48,34 +48,6 @@ matrix:
48
48
- brew outdated carthage || brew upgrade carthage
49
49
- carthage build --no-skip-current
50
50
- for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
51
- - osx_image : xcode9
52
- env :
53
- - XCODE_SDK=macosx
54
- XCODE_ACTION=test
55
- XCODE_DESTINATION="arch=x86_64"
56
- - osx_image : xcode9
57
- env :
58
- - XCODE_SDK=iphonesimulator
59
- XCODE_ACTION="build-for-testing test-without-building"
60
- XCODE_DESTINATION="name=iPhone 6s"
61
- - osx_image : xcode9
62
- env :
63
- - XCODE_SDK=appletvsimulator
64
- XCODE_ACTION="build-for-testing test-without-building"
65
- XCODE_DESTINATION="name=Apple TV 1080p"
66
- - osx_image : xcode9
67
- env :
68
- - XCODE_SDK=watchsimulator
69
- XCODE_ACTION=build
70
- XCODE_DESTINATION="name=Apple Watch - 38mm"
71
- - osx_image : xcode9
72
- env :
73
- - JOB=CARTHAGE
74
- script :
75
- - brew update 1> /dev/null 2> /dev/null
76
- - brew outdated carthage || brew upgrade carthage
77
- - carthage build --no-skip-current
78
- - for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
79
51
git :
80
52
submodules : false
81
53
before_install :
You can’t perform that action at this time.
0 commit comments