Commit 83767798 authored by Steven Allen's avatar Steven Allen

configure circleci

parent db6e3382
machine:
environment:
IMPORT_PATH: "github.com/ipfs/go-ipfs-cmds"
GOPATH: "$HOME/.go_workspace"
services:
- docker
dependencies:
override:
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -aT . "$HOME/.go_workspace/src/$IMPORT_PATH"
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
cache_directories:
- "~/.go_workspace/src/gx/ipfs"
test:
override:
- go test -race ./...:
pwd: "../.go_workspace/src/$IMPORT_PATH"
parallel: true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment