summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/circle.yml b/circle.yml
index 3f67f8f6e6..3b85eaaf31 100644
--- a/circle.yml
+++ b/circle.yml
@@ -32,8 +32,8 @@ workflows:
- linux-gcc5-release-qt4
- linux-gcc5-release-qt5
- ios-debug
+ - ios-sanitize
#- ios-sanitize-address
- - ios-sanitize-thread
- ios-release:
filters:
tags:
@@ -732,7 +732,7 @@ jobs:
- *save-cache
# ------------------------------------------------------------------------------
- ios-sanitize-address:
+ ios-sanitize:
macos:
xcode: "9.2.0"
environment:
@@ -745,13 +745,13 @@ jobs:
- *restore-cache
- *reset-ccache-stats
- run:
- name: Build and run SDK unit tests with address sanitizer
- command: make ios-sanitize-address
+ name: Build and run SDK unit tests with thread and undefined behavior sanitizers
+ command: make ios-sanitize
- *show-ccache-stats
- *save-cache
# ------------------------------------------------------------------------------
- ios-sanitize-thread:
+ ios-sanitize-address:
macos:
xcode: "9.2.0"
environment:
@@ -764,8 +764,8 @@ jobs:
- *restore-cache
- *reset-ccache-stats
- run:
- name: Build and run SDK unit tests with thread sanitizer
- command: make ios-sanitize-thread
+ name: Build and run SDK unit tests with address sanitizer
+ command: make ios-sanitize-address
- *show-ccache-stats
- *save-cache