aboutsummaryrefslogtreecommitdiff
path: root/ci/common/build.sh
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-28 22:13:34 +0200
committerGitHub <noreply@github.com>2018-08-28 22:13:34 +0200
commitacdede50cebf7d247e55356be828ebaba43c0d3d (patch)
tree271f6fcad0ef4ae10f995517a15b2712bbf293e9 /ci/common/build.sh
parent5a1c93584fcce86b1e45b7f96ffd93bdc9f80570 (diff)
downloadrneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.tar.gz
rneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.tar.bz2
rneovim-acdede50cebf7d247e55356be828ebaba43c0d3d.zip
test: Dump $NVIM_LOG_FILE contents (#8926)
Do this at the test-framework level instead of CI (Travis) scripts. Then it works for QuickBuild and AppVeyor. ref eb6dd3e42dc38460e8624dc5faef894e21c6aa26
Diffstat (limited to 'ci/common/build.sh')
-rw-r--r--ci/common/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/common/build.sh b/ci/common/build.sh
index f4313578c9..7c27d61586 100644
--- a/ci/common/build.sh
+++ b/ci/common/build.sh
@@ -7,7 +7,7 @@ _stat() {
}
top_make() {
- echo '================================================================================'
+ printf '%78s\n' | tr ' ' '='
# Travis has 1.5 virtual cores according to:
# http://docs.travis-ci.com/user/speeding-up-the-build/#Paralellizing-your-build-on-one-VM
ninja "$@"