aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-06-06 20:55:23 +0200
committertgingold <tgingold@users.noreply.github.com>2019-06-07 05:56:02 +0200
commit1536293cf14227b0177be596d82e4ce1085fb746 (patch)
treea18007b4607ad892b5d15de2772d41100625d590 /dist
parent6bd2b7e1da95df0c1799176bbf1f6868f1d587bd (diff)
downloadghdl-1536293cf14227b0177be596d82e4ce1085fb746.tar.gz
ghdl-1536293cf14227b0177be596d82e4ce1085fb746.tar.bz2
ghdl-1536293cf14227b0177be596d82e4ce1085fb746.zip
travis-ci: pass CONFIG_OPTS to docker containers
Diffstat (limited to 'dist')
-rwxr-xr-xdist/travis/travis-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/travis/travis-ci.sh b/dist/travis/travis-ci.sh
index 1f5596600..e036f677e 100755
--- a/dist/travis/travis-ci.sh
+++ b/dist/travis/travis-ci.sh
@@ -55,7 +55,7 @@ travis_finish "opts"
# Build
-RUN="docker run --rm -t -e TRAVIS=$TRAVIS -v $(pwd):/work -w /work"
+RUN="docker run --rm -t -e TRAVIS=$TRAVIS -e CONFIG_OPTS="$CONFIG_OPTS" -v $(pwd):/work -w /work"
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
bash -c "${scriptdir}/build.sh $BUILD_CMD_OPTS"