summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 13:59:10 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 13:59:10 -0500
commita8223271a3d7ff1e8a1553c2a5ed9b4e1a24a774 (patch)
treeb56c37045bc33cac64ff80b76dc12253b4fedac4
parent8c9cf44cb2a2d46ddcb148508fb5350438b4a62b (diff)
downloadlibffi-a8223271a3d7ff1e8a1553c2a5ed9b4e1a24a774.tar.gz
More cross build debugging
-rwxr-xr-x.travis/build-cross-in-container.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/build-cross-in-container.sh b/.travis/build-cross-in-container.sh
index a7f672e..68d92bd 100755
--- a/.travis/build-cross-in-container.sh
+++ b/.travis/build-cross-in-container.sh
@@ -7,9 +7,11 @@ echo $PATH
export PATH=/usr/local/bin:$PATH
echo $PATH
+ls -l /usr/local/bin
+
./configure --host=${HOST}
make
make dist
-make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
+make check RUNTESTFLAGS="-v -v -v -v -a $RUNTESTFLAGS" || true