summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-15 22:05:23 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-16 22:52:01 +0200
commite298435206b6f7631a6e85f2e75544f201866909 (patch)
tree001fcdaaa893f8a41478db993e5888dcaeed7cb7 /circle.yml
parent893363f382166f6ae03c8c8e2a5d2718fbc757c9 (diff)
downloadqtlocation-mapboxgl-e298435206b6f7631a6e85f2e75544f201866909.tar.gz
[metrics] Add new baselines for Linux Clang8 and macOS
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d982b87010..b54010f5f0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -71,6 +71,7 @@ workflows:
target_is_linux: true
config_params: '-G Ninja -DCMAKE_INSTALL_PREFIX=/tmp/workspace/install/$CIRCLE_JOB -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=clang-8 -DCMAKE_CXX_COMPILER=clang++-8'
install: true
+ metrics: true
style_tests: true
- next-build-template:
name: next-FIXME-linux-asan
@@ -123,6 +124,7 @@ workflows:
target_is_macos: true
config_params: '-G Ninja -DCMAKE_INSTALL_PREFIX=/tmp/workspace/install/$CIRCLE_JOB -DCMAKE_CXX_COMPILER_LAUNCHER=ccache'
install: true
+ metrics: true
style_tests: true
- next-build-template:
name: next-macos-xcode11-debug