File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
3131 - << : *pod
3232 osx_image : xcode9.4
3333 env : SWIFT=3.3
34- # - <<: *pod
35- # osx_image: xcode10
36- # env: SWIFT=3.4
34+ - << : *pod
35+ osx_image : xcode10.1
36+ env : SWIFT=3.4
3737 - << : *pod
3838 osx_image : xcode9.2
3939 env : SWIFT=4.0
4040 - << : *pod
4141 osx_image : xcode9.4
4242 env : SWIFT=4.1
4343 - << : *pod
44- osx_image : xcode10
44+ osx_image : xcode10.1
4545 env : SWIFT=4.2
4646 - << : *pod
4747 osx_image : xcode10.2
5252 osx_image : xcode9.2
5353 script : |
5454 carthage bootstrap --cache-builds
55+ sed -i '' "s/SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;/SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;/" *.xcodeproj/project.pbxproj
5556 carthage build --no-skip-current
5657 cache :
5758 directories :
7172 cache :
7273 directories :
7374 - Carthage
74- before_install : |
75+ before_install :
7576 carthage bootstrap --cache-builds --no-use-binaries
76- sed -i '' "s/SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;/SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;/" *.xcodeproj/project.pbxproj
7777 - << : *test
7878 xcode_destination : ' platform=iOS Simulator,OS=12.2,name=iPhone SE'
7979 - << : *test
80- xcode_destination : ' platform=Apple TV Simulator,OS=12.2,name=Apple TV'
80+ xcode_destination : ' platform=tvOS Simulator,OS=12.2,name=Apple TV'
You can’t perform that action at this time.
0 commit comments