summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-07-04 04:15:07 -0400
committerAnthony Green <green@moxielogic.com>2021-07-04 08:35:15 -0400
commitfd5a529ca1ab08b8fd0c4534c9c7d5379405a637 (patch)
treed2deca54590bcf4fb563a19c8cb73b4217fc8ad3
parent40ad08aa8e8e53c3df62df2f36e9e8bcb2168c96 (diff)
downloadlibffi-fd5a529ca1ab08b8fd0c4534c9c7d5379405a637.tar.gz
Shift from travis-ci to github actions
-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
-
-