-
-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from leetal/dev
Dev
- Loading branch information
Showing
5 changed files
with
311 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,109 @@ | ||
language: objective-c | ||
|
||
matrix: | ||
os: | ||
- osx | ||
|
||
jobs: | ||
fast_finish: true | ||
allow_failures: | ||
- name: "Use new *COMBINED build support in CMake 3.19.4+ [allowed failure]" | ||
- name: "Mac Catalyst on Apple Silicon, Target iOS 13.0 [arm64] [allowed failure]" | ||
- name: "Xcode version 12.2, Target macOS on Apple Silicon [arm64] SDK 11.0 [allowed failure]" | ||
include: | ||
- os: osx | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=SIMULATOR DEPLOYMENT_TARGET=13.1 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=SIMULATOR64 DEPLOYMENT_TARGET=12.1 | ||
- os: osx | ||
osx_image: xcode11.1 | ||
env: | ||
- PLATFORM=OS DEPLOYMENT_TARGET=13.0 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=OS64 DEPLOYMENT_TARGET=12.0 | ||
- os: osx | ||
osx_image: xcode9.4 | ||
env: | ||
- PLATFORM=OS64 DEPLOYMENT_TARGET=11.0 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=OS BUILD_SHARED=1 DEPLOYMENT_TARGET=12.0 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=TVOS DEPLOYMENT_TARGET=11.0 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=WATCHOS DEPLOYMENT_TARGET=5.0 | ||
- os: osx | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=OS64COMBINED USE_XCODE=1 DEPLOYMENT_TARGET=11.0 | ||
- os: osx | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=OS64COMBINED USE_XCODE=1 DEPLOYMENT_TARGET=14.0 | ||
- os: osx | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=OS64COMBINED BUILD_CURL=1 USE_XCODE=1 DEPLOYMENT_TARGET=11.0 | ||
|
||
install: true | ||
- name: "Xcode version 8.3, Target iOS [arm64] SDK 9.0" | ||
stage: "iOS builds" | ||
osx_image: xcode8.3 | ||
env: | ||
- PLATFORM=OS64 DEPLOYMENT_TARGET=9.0 | ||
- name: "Xcode version 9.4, Target iOS [arm64] SDK 9.0" | ||
stage: "iOS builds" | ||
osx_image: xcode9.4 | ||
env: | ||
- PLATFORM=OS64 DEPLOYMENT_TARGET=9.0 | ||
- name: "Xcode version 9.4, Target iOS [arm64] SDK 11.0" | ||
stage: "iOS builds" | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=OS64 DEPLOYMENT_TARGET=11.0 | ||
- name: "Xcode version 9.4, Target iOS [armv7, armv7k, arm64] SDK 9.0" | ||
stage: "iOS builds" | ||
osx_image: xcode10.2 | ||
env: | ||
- PLATFORM=OS DEPLOYMENT_TARGET=9.0 | ||
- name: "Xcode version 11.3, Target iOS Simulator64 [x86_64] SDK 12.0" | ||
stage: "iOS builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=SIMULATOR64 DEPLOYMENT_TARGET=12.0 | ||
|
||
- name: "Xcode version 11.3, Target watchOS [armv7k,arm64_32] SDK 5.0" | ||
stage: "watchOS builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=WATCHOS DEPLOYMENT_TARGET=5.0 | ||
- name: "Xcode version 12.2, Target watchOS Simulator [x86_64] SDK 7.0" | ||
stage: "watchOS builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=SIMULATOR_WATCHOS DEPLOYMENT_TARGET=7.0 | ||
|
||
- name: "Xcode version 11.3, Target tvOS [arm64] SDK 11.0" | ||
stage: "tvOS builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=TVOS DEPLOYMENT_TARGET=11.0 | ||
|
||
- name: "Xcode version 11.3, Target iOS Combined Build [x86_64, arm64] SDK 12.0" | ||
stage: "Combined builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=OS64COMBINED USE_XCODE=1 DEPLOYMENT_TARGET=12.0 | ||
- name: "Xcode version 11.3, Target watchOS [armv7k, arm64_32, x86_64] SDK 5.0" | ||
stage: "Combined builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=WATCHOSCOMBINED USE_XCODE=1 DEPLOYMENT_TARGET=5.0 | ||
- name: "Xcode version 11.3, Target tvOS [arm64, x86_64] SDK 11.0" | ||
stage: "Combined builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=TVOSCOMBINED USE_XCODE=1 DEPLOYMENT_TARGET=11.0 | ||
|
||
- name: "Xcode version 12.2, Target macOS [x86_64] SDK 10.13" | ||
stage: "macOS builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=MAC DEPLOYMENT_TARGET=10.13 | ||
- name: "Xcode version 12.2, Target macOS on Apple Silicon [arm64] SDK 11.0 [allowed failure]" | ||
stage: "macOS builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=MAC_ARM64 DEPLOYMENT_TARGET=11.0 | ||
|
||
- name: "Mac Catalyst, iOS target 13.0 [x86_64]" | ||
stage: "Mac Catalyst builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=MAC_CATALYST DEPLOYMENT_TARGET=13.0 | ||
- name: "Mac Catalyst on Apple Silicon, Target iOS 13.0 [arm64] [allowed failure]" | ||
stage: "Mac Catalyst builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=MAC_CATALYST_ARM64 DEPLOYMENT_TARGET=13.0 | ||
|
||
- name: "Use new *COMBINED build support in CMake 3.19.4+ [allowed failure]" | ||
stage: "New build system combined builds" | ||
osx_image: xcode12.2 | ||
env: | ||
- PLATFORM=OS64COMBINED USE_XCODE=1 DEPLOYMENT_TARGET=11.0 USE_NEW_BUILD=1 | ||
|
||
- name: "libCURL example combined build on iOS" | ||
stage: "libCURL example builds" | ||
osx_image: xcode11.3 | ||
env: | ||
- PLATFORM=OS64COMBINED USE_XCODE=1 DEPLOYMENT_TARGET=11.0 BUILD_CURL=1 | ||
|
||
install: skip | ||
|
||
script: | ||
- ./.travis/build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.