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-17 12:28:55 +0300
commit5d8dbefdb1407881c743a9b77eb7ad2e156e6ac6 (patch)
tree78031a6aa64745fcc4bb0a0e740cd90fa4653f4b
parentf6bb7844396e5f36cc196a6a61aa5547c14deb33 (diff)
downloadqtlocation-mapboxgl-5d8dbefdb1407881c743a9b77eb7ad2e156e6ac6.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: