summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-14 23:10:54 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-16 23:55:54 +0300
commit25ba933ddf691039b07582184839ef5ca5006f9c (patch)
tree39e8013d721d4a6f2c1714a0487600da307e16db
parent8460abb20c4fd4007dcd754fce1f9a369094fd14 (diff)
downloadqtlocation-mapboxgl-25ba933ddf691039b07582184839ef5ca5006f9c.tar.gz
[build] Do not run clang-tidy on the legacy workflow
Already running on the new build.
-rw-r--r--circle.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/circle.yml b/circle.yml
index 61c4b03654..b0422f15ca 100644
--- a/circle.yml
+++ b/circle.yml
@@ -139,10 +139,6 @@ workflows:
# - {build type} is typically "debug" or "release".
#
- nitpick
- - clang-tidy:
- filters:
- branches:
- ignore: master
- android-debug-arm-v7-buck
- android-arm-template:
name: android-debug-arm-v8
@@ -858,29 +854,6 @@ jobs:
when: always
# ------------------------------------------------------------------------------
- clang-tidy:
- docker:
- - image: mbgl/linux-clang-7:a5a3c52107
- working_directory: /src
- environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
- BUILDTYPE: Debug
- steps:
- - install-dependencies: { ccache: false }
- - run:
- name: Fetch 'origin/master' branch
- command: git fetch origin master:refs/remotes/origin/master
- - run:
- name: Generate compilation database
- command: make compdb
- - run:
- name: Run Clang checks
- command: make check TARGET_BRANCH=${CIRCLE_TARGET_BRANCH:master}
- no_output_timeout: 20m
- - save-dependencies: { ccache: false }
-
-# ------------------------------------------------------------------------------
android-arm-template:
parameters:
stl: