summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-28 18:58:40 -0500
committerAnthony Green <green@moxielogic.com>2019-11-28 18:58:40 -0500
commit0069526c5adea9e6268b8a0087a6120c9c5c89fa (patch)
treed9b6a509472eaa2f530a41efbb18d60ceba018cb
parent43887a9108f10124d05c8e0e67f3942cd980cb86 (diff)
downloadlibffi-0069526c5adea9e6268b8a0087a6120c9c5c89fa.tar.gz
Make build errors easier to debug
-rwxr-xr-x.travis/build-cross-in-container.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis/build-cross-in-container.sh b/.travis/build-cross-in-container.sh
index 11447db..7e2252c 100755
--- a/.travis/build-cross-in-container.sh
+++ b/.travis/build-cross-in-container.sh
@@ -2,14 +2,11 @@
cd /opt
-set -x
echo $PATH
export PATH=/usr/local/bin:$PATH
echo $PATH
-ls -l /usr/local/bin
-
-./configure --host=${HOST}
+./configure --host=${HOST} || cat */config.log
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true