summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 152e9a231a..70f74442cc 100644
--- a/circle.yml
+++ b/circle.yml
@@ -152,8 +152,9 @@ workflows:
target_is_macos: true
requires:
- macos-xcode11-release
- config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug'
+ config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DMBGL_WITH_COVERAGE=ON'
style_tests: true
+ upload_coverage: true
- build-template:
name: ios-xcode11-release
executor_name: macos-11_3_1
@@ -176,6 +177,15 @@ workflows:
config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_BUILD_TYPE=Debug -DMBGL_WITH_COVERAGE=ON'
style_tests: true
upload_coverage: true
+ - build-template:
+ name: macos-xcode11-debug-coverage-nightly
+ executor_name: macos-11_1_0
+ target_is_macos: true
+ requires:
+ - linux-gcc8-debug-coverage-nightly
+ config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DMBGL_WITH_COVERAGE=ON'
+ style_tests: true
+ upload_coverage: true
publish_coverage: true
#