From: Anthony Green Date: Mon, 18 Nov 2019 18:59:10 +0000 (-0500) Subject: More cross build debugging X-Git-Tag: upstream/3.3~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8223271a3d7ff1e8a1553c2a5ed9b4e1a24a774;p=platform%2Fupstream%2Flibffi.git More cross build debugging --- 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