summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-07-04 08:42:23 -0400
committerAnthony Green <green@moxielogic.com>2021-07-04 09:01:42 -0400
commit5863dbdef343ead82130e628da612ef3acde6e2c (patch)
tree0ad2769dac07e86a901b73501730cfe9eebefa56
parent9ae088be09feaa14435a4da85a727e78565179be (diff)
downloadlibffi-5863dbdef343ead82130e628da612ef3acde6e2c.tar.gz
Shift from travis-ci to github actions
-rwxr-xr-x.ci/build-cross-in-container.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci/build-cross-in-container.sh b/.ci/build-cross-in-container.sh
index 3fd5cad..77b5f00 100755
--- a/.ci/build-cross-in-container.sh
+++ b/.ci/build-cross-in-container.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -x
cd /opt
@@ -7,6 +8,10 @@ export PATH=/usr/local/bin:$PATH
echo $PATH
DEJAGNU=$(pwd)/.ci/site.exp
+echo $(DEJAGNU)
+ls -l $(DEJAGNU)
+pwd
+find .
./configure --host=${HOST} || cat */config.log
make
make dist