summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-04-02 16:44:02 -0400
committerGitHub <noreply@github.com>2019-04-02 16:44:02 -0400
commitbf21fa1ff8412089606c6c3aa4cc0dbebfe91b2d (patch)
treef6fa6394c67f4e177145d2b9bf997bff18f245e9 /circle.yml
parent2455275bf47e1671a92eb2c1296c6b48f11f6b2e (diff)
downloadqtlocation-mapboxgl-bf21fa1ff8412089606c6c3aa4cc0dbebfe91b2d.tar.gz
[core] Adds target branch parameter to clang-tools.sh (#14301)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 14aba1c13a..21f3c023ca 100644
--- a/circle.yml
+++ b/circle.yml
@@ -503,7 +503,7 @@ jobs:
command: make compdb
- run:
name: Run Clang checks
- command: make check
+ command: make check TARGET_BRANCH=${CIRCLE_TARGET_BRANCH:master}
no_output_timeout: 20m
- save-dependencies: { ccache: false }