Skip to content

Commit

Permalink
Circle CI: Build Go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 16, 2018
1 parent b136903 commit a9ebe2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,26 @@ jobs:
git commit -m "Update docs"
git push -f "https://[email protected]/ethereum/evmc.git" HEAD:gh-pages
bindings-go:
environment:
docker:
- image: circleci/golang:1.10
steps:
- checkout
- run:
name: "Go Build"
command: |
go get github.com/ethereum/go-ethereum/common
go build ./bindings/go/evmc
go vet ./bindings/go/evmc
workflows:
version: 2
evmc:
jobs:
- build
- bindings-go
- test-docs
- upload-docs:
requires:
Expand Down

0 comments on commit a9ebe2f

Please sign in to comment.