solidity/.circleci
2019-08-14 16:51:52 +02:00
..
docker Add missing docker file for Ubuntu 18.04 2019-08-14 00:54:55 +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 circleci: Fixes logfile naming, not accidentally overriding others 2019-08-14 16:51:52 +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.