Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
ef360a0a
Commit
ef360a0a
authored
May 10, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make circle.yml use make deps instead of trying to be smart
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
1a6f8c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
circle.yml
circle.yml
+1
-3
No files found.
circle.yml
View file @
ef360a0a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment