mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
ci: Remove unmaintained extended_lint
This commit is contained in:
parent
fa04187528
commit
fa2941bbf4
3 changed files with 0 additions and 35 deletions
14
.travis.yml
14
.travis.yml
|
@ -43,7 +43,6 @@ before_cache:
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
- extended-lint
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CI_RETRY_EXE="travis_retry"
|
- CI_RETRY_EXE="travis_retry"
|
||||||
|
@ -82,19 +81,6 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- set -o errexit; source ./ci/lint/06_script.sh
|
- set -o errexit; source ./ci/lint/06_script.sh
|
||||||
|
|
||||||
- stage: extended-lint
|
|
||||||
name: 'extended lint [runtime >= 60 seconds]'
|
|
||||||
env:
|
|
||||||
cache: false
|
|
||||||
language: python
|
|
||||||
python: '3.5'
|
|
||||||
install:
|
|
||||||
- set -o errexit; source ./ci/extended_lint/04_install.sh
|
|
||||||
before_script:
|
|
||||||
- set -o errexit; source ./ci/lint/05_before_script.sh
|
|
||||||
script:
|
|
||||||
- set -o errexit; source ./ci/extended_lint/06_script.sh
|
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'ARM [GOAL: install] [unit tests, functional tests]'
|
name: 'ARM [GOAL: install] [unit tests, functional tests]'
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Copyright (c) 2019 The Bitcoin Core developers
|
|
||||||
# Distributed under the MIT software license, see the accompanying
|
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
CPPCHECK_VERSION=1.86
|
|
||||||
curl -s https://codeload.github.com/danmar/cppcheck/tar.gz/${CPPCHECK_VERSION} | tar -zxf - --directory /tmp/
|
|
||||||
(cd /tmp/cppcheck-${CPPCHECK_VERSION}/ && make CFGDIR=/tmp/cppcheck-${CPPCHECK_VERSION}/cfg/ > /dev/null)
|
|
||||||
export PATH="$PATH:/tmp/cppcheck-${CPPCHECK_VERSION}/"
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Copyright (c) 2019 The Bitcoin Core developers
|
|
||||||
# Distributed under the MIT software license, see the accompanying
|
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
test/lint/extended-lint-all.sh
|
|
Loading…
Add table
Reference in a new issue