This commit is contained in:
chriseth 2017-03-17 11:00:53 +01:00
parent c71b96051b
commit 9e8cc01b64

View File

@ -164,8 +164,8 @@ install:
- test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh)
- echo -n "$TRAVIS_COMMIT" > commit_hash.txt
- test $SOLC_DOCKER != On || (
docker build -t tmp -f scripts/Dockerfile .
tmp_container=$(docker create tmp sh)
docker build -t ethereum/solc:build -f scripts/Dockerfile .
tmp_container=$(docker create ethereum/solc:build sh)
mkdir -p upload
docker cp ${tmp_container}:/usr/bin/solc upload/
)