summaryrefslogtreecommitdiff
path: root/.travis/build.sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 14:54:14 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 14:54:14 -0500
commitda1358816e7b02e6f8431e4df336d0934bcabd4c (patch)
tree393e24b07951af8e6ce01b5ae504b806fd2c6767 /.travis/build.sh
parent9a394c24951f3fc5cfbd0ff268278a7b45afc77e (diff)
downloadlibffi-da1358816e7b02e6f8431e4df336d0934bcabd4c.tar.gz
Set vars
Diffstat (limited to '.travis/build.sh')
-rwxr-xr-x.travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 942f7af..681d117 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -71,7 +71,7 @@ function build_cross_linux()
function build_cross()
{
${DOCKER} pull quay.io/moxielogic/libffi-ci-${HOST}
- ${DOCKER} run --rm -t -i -v `pwd`:/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" quay.io/moxielogic/libffi-ci-${HOST} bash -c /opt/.travis/build-cross-in-container.sh
+ ${DOCKER} run --rm -t -i -v `pwd`:/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ ${GCC_OPTIONS}" -e DEJAGNU="${DEJAGNU}" -e RUNTESTFLAGS="${RUNTESTFLAGS}" -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTIMIZATION}" quay.io/moxielogic/libffi-ci-${HOST} bash -c /opt/.travis/build-cross-in-container.sh
./rlgl l https://rl.gl
ID=$(./rlgl start)