ci: Remove dependence on travis, use it as fallback env

This commit is contained in:
MarcoFalke
2019-08-10 12:56:46 -04:00
parent fa0aac0f43
commit fa31bc35eb
9 changed files with 91 additions and 40 deletions

16
ci/test_run_all.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/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.UTF-8
echo "Setting default values in env"
set -o errexit; source ./ci/test/00_setup_env.sh
set -o errexit; source ./ci/test/03_before_install.sh
set -o errexit; source ./ci/test/04_install.sh
set -o errexit; source ./ci/test/05_before_script.sh
set -o errexit; source ./ci/test/06_script_a.sh
set -o errexit; source ./ci/test/06_script_b.sh