solidity/.circleci
2019-08-13 16:19:18 +02:00
..
docker Remove the shared Z3 build from the testing Dockerfile. 2019-08-09 18:15:38 +02:00
config.yml Defaulting to C++17 for building. 2019-08-13 16:19:18 +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.