summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-03-26 15:23:04 -0700
committerJason Wray <jason@mapbox.com>2019-03-26 15:29:11 -0700
commit6637ca1f826e59a9eb809a4f64a505225cdb8a2c (patch)
tree23328da906013b614d94b15b0da3cf6afa8518d6
parentd97ff6ae0570212f2e54ef560e1017482837192b (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-adds-xcode-10.2-circleci-job.tar.gz
[ios, build] Add temporary Xcode 10.2 CircleCI jobupstream/friedbunny-adds-xcode-10.2-circleci-job
-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"