summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/build-in-container.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/.ci/build-in-container.sh b/.ci/build-in-container.sh
index 1a7fa76..75bfe3d 100755
--- a/.ci/build-in-container.sh
+++ b/.ci/build-in-container.sh
@@ -1,12 +1,15 @@
#!/bin/bash
+set -x
cd /opt
export QEMU_LD_PREFIX=/usr/${HOST}
+pwd
+env
+ls -la
+
./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
-
-