Merge pull request #1090 from mxcl/xcode10.3

[ci] Xcode 10.2 -> 10.3
This commit is contained in:
Max Howell 2019-08-23 10:04:30 -04:00 committed by GitHub
commit 4d8d1287d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 10 deletions

1
.tidelift.yml Normal file
View File

@ -0,0 +1 @@
extra_ignore_directories: [ Tests ]

View File

@ -1,5 +1,5 @@
os: osx
osx_image: xcode10.2
osx_image: xcode10.3
language: swift
branches:
@ -32,7 +32,9 @@ jobs:
- &carthage
stage: carthage
osx_image: xcode9
before_script: sed -i '' "s/SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;/SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;/" *.xcodeproj/project.pbxproj
before_script: |
sed -i '' "s/SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;/SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;/" *.xcodeproj/project.pbxproj
sed -i '' "s/GCC_TREAT_WARNINGS_AS_ERRORS = NO;/GCC_TREAT_WARNINGS_AS_ERRORS = YES;/" *.xcodeproj/project.pbxproj
script: carthage build --no-skip-current --configuration Release
name: Swift 4.0.0 / Xcode 9.0
- <<: *carthage
@ -51,7 +53,7 @@ jobs:
osx_image: xcode10.1
name: Swift 4.1.50 / Xcode 10.1
- <<: *carthage
osx_image: xcode10.2
osx_image: xcode10.3
name: Swift 4.1.51 / Xcode 10.2
- <<: *carthage
osx_image: xcode11
@ -84,10 +86,10 @@ jobs:
osx_image: xcode10.1
env: SWIFT=4.2
- <<: *pod
osx_image: xcode10.2
osx_image: xcode10.3
env: SWIFT=4.3
- <<: *pod
osx_image: xcode10.2
osx_image: xcode10.3
env: SWIFT=5.0
- <<: *pod
osx_image: xcode11
@ -170,7 +172,7 @@ jobs:
osx_image: xcode10.1
name: 'macOS / swift-tools-version: 4.2 / Swift 4.2.1'
- <<: *swiftpm
osx_image: xcode10.2
osx_image: xcode10.3
name: 'macOS / swift-tools-version: 5.0 / Swift 5.0.0'
- <<: *swiftpm
osx_image: xcode11

@ -1 +1 @@
Subproject commit 456a18dd73cf3cd9763bfb407af5e75d66468227
Subproject commit 8e0bc957996daad5c49f8809839f8699883ed364

@ -1 +1 @@
Subproject commit 5947ac70c7634cc30741514f3d584af02b76230d
Subproject commit 5ec40a68f168255dcc339b9620e2dcf62079ae6b

View File

@ -940,7 +940,6 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
@ -1000,7 +999,6 @@
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
@ -1051,6 +1049,7 @@
ENABLE_TESTABILITY = YES;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
@ -1105,6 +1104,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;