summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: