summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-03-27 09:58:41 -0400
committerGitHub <noreply@github.com>2019-03-27 09:58:41 -0400
commitc7d53676d0dcbc72d71d921e385c656087b788a5 (patch)
treed785dccc56729a28d602cb613bd69e4388906364 /circle.yml
parentf07a24dd3d2b67d2b3525f9c65f6152048454640 (diff)
downloadqtlocation-mapboxgl-c7d53676d0dcbc72d71d921e385c656087b788a5.tar.gz
[ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (#14241)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index b47281cf26..063df5573b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -44,6 +44,8 @@ workflows:
- linux-gcc5-debug-coverage
- linux-doxygen
- ios-debug
+ - ios-debug-xcode-102:
+ name: ios-debug-xcode-10.2
- ios-release-template:
name: ios-release
- ios-release-tag:
@@ -925,6 +927,31 @@ jobs:
- upload-xcode-build-logs
# ------------------------------------------------------------------------------
+ ios-debug-xcode-102:
+ macos:
+ xcode: "10.2.0"
+ environment:
+ BUILDTYPE: Debug
+ HOMEBREW_NO_AUTO_UPDATE: 1
+ steps:
+ - install-macos-dependencies
+ - install-dependencies
+ - build-ios-test
+ - check-public-symbols
+ - run:
+ name: Check symbol namespacing for mapbox-events-ios
+ command: make ios-check-events-symbols
+ - run:
+ name: Lint plist files
+ command: make ios-lint
+ - run:
+ name: Nitpick Darwin code generation
+ command: scripts/nitpick/generated-code.js darwin
+ - save-dependencies
+ - collect-xcode-build-logs
+ - upload-xcode-build-logs
+
+# ------------------------------------------------------------------------------
ios-sanitize-nightly:
macos:
xcode: "10.1.0"