Refactor & Speedups on CircleCI; split out out codecov into dedicated tests.

This commit is contained in:
Christian Parpart
2019-06-21 20:26:10 +02:00
parent 4d3fa7a6cc
commit b58170f890
14 changed files with 846 additions and 534 deletions
+1 -10
View File
@@ -20,16 +20,7 @@
#------------------------------------------------------------------------------
set -e
if [ "$CIRCLECI" ]
then
function printTask() { echo ""; echo "$(tput bold)$(tput setaf 2)$1$(tput setaf 7)"; }
function printError() { echo ""; echo "$(tput setaf 1)$1$(tput setaf 7)"; }
function printLog() { echo "$(tput setaf 3)$1$(tput setaf 7)"; }
else
function printTask() { echo ""; echo "$(tput bold)$(tput setaf 2)$1$(tput sgr0)"; }
function printError() { echo ""; echo "$(tput setaf 1)$1$(tput sgr0)"; }
function printLog() { echo "$(tput setaf 3)$1$(tput sgr0)"; }
fi
# Requires "${REPO_ROOT}/scripts/common.sh" to be included before.
function verify_input
{