Commit ef360a0a authored by Jeromy's avatar Jeromy

make circle.yml use make deps instead of trying to be smart

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 1a6f8c68
...@@ -20,13 +20,11 @@ dependencies: ...@@ -20,13 +20,11 @@ dependencies:
pre: pre:
# setup ipv6 # 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 - 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: override:
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH" - mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -a ./* "$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: cache_directories:
- ~/go1.5.2.linux-amd64.tar.gz - ~/go1.5.2.linux-amd64.tar.gz
......
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