We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28999f7 + 563ff45 commit d183e34Copy full SHA for d183e34
circle.yml
@@ -20,13 +20,12 @@ 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
25
26
override:
+ - rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
27
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
28
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
29
- - gx --verbose install --global
+ - cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
30
31
cache_directories:
32
- ~/go1.5.2.linux-amd64.tar.gz
0 commit comments