From 5863dbdef343ead82130e628da612ef3acde6e2c Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 4 Jul 2021 08:42:23 -0400 Subject: Shift from travis-ci to github actions --- .ci/build-cross-in-container.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1