mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
move remaining travis build steps into individual files
This commit is contained in:
parent
272306ea57
commit
506890b24d
@ -49,9 +49,9 @@ jobs:
|
||||
language: python
|
||||
python: '3.6'
|
||||
install:
|
||||
- travis_retry pip install flake8
|
||||
- source .travis/lint_04_install.sh
|
||||
before_script:
|
||||
- git fetch --unshallow
|
||||
- source .travis/lint_05_before_script.sh
|
||||
script:
|
||||
- source .travis/lint_06_script.sh
|
||||
# ARM
|
||||
|
9
.travis/lint_04_install.sh
Executable file
9
.travis/lint_04_install.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (c) 2018 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
|
||||
|
||||
travis_retry pip install flake8
|
9
.travis/lint_05_before_script.sh
Executable file
9
.travis/lint_05_before_script.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (c) 2018 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
|
||||
|
||||
git fetch --unshallow
|
@ -3,8 +3,6 @@
|
||||
# Copyright (c) 2018 The Bitcoin Core developers
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
#
|
||||
# Check for new lines in diff that introduce trailing whitespace.
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user