Set -x in ci_build.sh to show commands in log

This commit is contained in:
Luca Boccassi 2015-08-16 18:56:24 +01:00
parent f6b0eaddb5
commit 1ab4667412

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -x
if [ $BUILD_TYPE == "default" ]; then
mkdir tmp
BUILD_PREFIX=$PWD/tmp