make circle.yml use make deps instead of trying to be smart
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
May 10, 2016 at 16:27 UTC
ef360a0a2a6cfecfa27ef67bf9349221aad43c98
1 file changed
+1
-3
circle.yml
+1
-3
@@ -20,13 +20,11 @@ dependencies:
20
pre:
21
# setup ipv6
22
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
23
- - go get -u github.com/whyrusleeping/gx
24
- - go get -u github.com/whyrusleeping/gx-go
23
24
override:
25
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
26
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
29
- - gx --verbose install --global
27
+ - cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
28
29
cache_directories:
30
- ~/go1.5.2.linux-amd64.tar.gz