mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
circleci: enable docker based hive testing
This commit is contained in:
parent
a848dce3f5
commit
065b823841
1 changed files with 14 additions and 0 deletions
14
circle.yml
Normal file
14
circle.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
machine:
|
||||
services:
|
||||
- docker
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- go get github.com/karalabe/hive
|
||||
|
||||
test:
|
||||
override:
|
||||
- make geth
|
||||
- cp ./build/bin/geth $HOME/geth
|
||||
- (cd ~/.go_workspace/src/github.com/karalabe/hive && hive --docker-noshell --client=go-ethereum:local --override=$HOME/geth --test=.)
|
||||
- cp -r ~/.go_workspace/src/github.com/karalabe/hive/workspace/logs/* $CIRCLE_ARTIFACTS
|
||||
Loading…
Reference in a new issue