summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml39
1 files changed, 6 insertions, 33 deletions
diff --git a/circle.yml b/circle.yml
index 21f3c023ca..3d261cf798 100644
--- a/circle.yml
+++ b/circle.yml
@@ -44,8 +44,6 @@ 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:
@@ -752,7 +750,7 @@ jobs:
# ------------------------------------------------------------------------------
node-macos-release:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: RelWithDebInfo
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -914,31 +912,6 @@ jobs:
# ------------------------------------------------------------------------------
ios-debug:
macos:
- xcode: "10.1.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-debug-xcode-102:
- macos:
xcode: "10.2.0"
environment:
BUILDTYPE: Debug
@@ -979,7 +952,7 @@ jobs:
# ------------------------------------------------------------------------------
ios-sanitize-nightly:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: Debug
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -1002,7 +975,7 @@ jobs:
# ------------------------------------------------------------------------------
ios-sanitize-address-nightly:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: Debug
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -1021,7 +994,7 @@ jobs:
# ------------------------------------------------------------------------------
ios-static-analyzer-nightly:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: Debug
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -1040,7 +1013,7 @@ jobs:
# ------------------------------------------------------------------------------
ios-release-template:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: Release
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -1080,7 +1053,7 @@ jobs:
# ------------------------------------------------------------------------------
ios-release-tag:
macos:
- xcode: "10.1.0"
+ xcode: "10.2.0"
environment:
BUILDTYPE: Release
HOMEBREW_NO_AUTO_UPDATE: 1