1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

i'm beginning to dislike circleci

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-01-30 11:22:09 -08:00
parent 1b6e426fce
commit bf3ad94a5b

View File

@ -22,13 +22,13 @@ dependencies:
- go get -u github.com/whyrusleeping/gx-go
override:
- mkdir -p "$GOPATH/src/$IMPORT_PATH"
- rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- rsync -azC --delete ./ "$HOME/.go_workspace/src/$IMPORT_PATH/"
- gx --verbose install --global
cache_directories:
- ~/go1.5.2.linux-amd64.tar.gz
- "$GOPATH/src/gx/ipfs"
- "$HOME/.go_workspace/src/gx/ipfs"
test:
override: