Skip to content

Commit

Permalink
Merge pull request #6999 from ethereum/develop
Browse files Browse the repository at this point in the history
Merge develop into release for 0.5.10
  • Loading branch information
chriseth authored Jun 25, 2019
2 parents c68bc34 + f4656c7 commit 5a6ea5b
Show file tree
Hide file tree
Showing 244 changed files with 6,994 additions and 2,358 deletions.
21 changes: 21 additions & 0 deletions .circleci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## CircleCI integration

### Docker images

The docker images are build locally on the developer machine:

```!sh
cd .circleci/docker/
docker build -t ethereum/solc-buildpack-deps:ubuntu1904 -f Dockerfile.ubuntu1904 .
docker push solidity/solc-buildpack-deps:ubuntu1904
docker build -t ethereum/solc-buildpack-deps:archlinux -f Dockerfile.archlinux .
docker push solidity/solc-buildpack-deps:archlinux
```

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.
Loading

0 comments on commit 5a6ea5b

Please sign in to comment.