Skip to content

Commit

Permalink
make circle.yml use make deps instead of trying to be smart
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
  • Loading branch information
whyrusleeping committed May 10, 2016
1 parent 1a6f8c6 commit ef360a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ dependencies:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
- go get -u github.com/whyrusleeping/gx
- go get -u github.com/whyrusleeping/gx-go

override:
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
- gx --verbose install --global
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps

cache_directories:
- ~/go1.5.2.linux-amd64.tar.gz
Expand Down

0 comments on commit ef360a0

Please sign in to comment.