solidity/.circleci
chriseth 6956ea1e9e
Merge pull request #7203 from ethereum/buildEvmoneShared
Also build shared library of evmone for docker image.
2019-08-08 18:36:07 +02:00
..
docker Merge pull request #7203 from ethereum/buildEvmoneShared 2019-08-08 18:36:07 +02:00
config.yml Remove traces of aleth and IPC. 2019-08-08 17:35:46 +02:00
README.md Use up-to-date archlinux instead of a custom docker image for archlinux build. 2019-08-06 13:50:01 +02:00
soltest.sh Remove traces of aleth and IPC. 2019-08-08 17:35:46 +02:00

CircleCI integration

Docker images

The docker images are build locally on the developer machine:

cd .circleci/docker/

docker build -t ethereum/solc-buildpack-deps:ubuntu1904 -f Dockerfile.ubuntu1904 .
docker push solidity/solc-buildpack-deps:ubuntu1904

which you can find on Dockerhub after the push at:

https://hub.docker.com/r/ethereum/solidity-buildpack-deps

where the image tag reflects the target OS to build Solidity and run its test on.