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
p2p
go-p2p-loggables
Commits
eb3d02fc
Commit
eb3d02fc
authored
8 years ago
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Makefile and travis
parent
f286f280
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
.travis.yml
.travis.yml
+12
-0
Makefile
Makefile
+14
-0
No files found.
.travis.yml
0 → 100644
View file @
eb3d02fc
language
:
go
sudo
:
false
go
:
-
1.6.2
-
release
-
tip
script
:
-
make test
env
:
TEST_NO_FUSE=1 TEST_VERBOSE=1
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
View file @
eb3d02fc
test
:
deps
go
test
-race
-v
./...
export
IPFS_API
?=
v04x.ipfs.io
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
go get
-t
./...
This diff is collapsed.
Click to expand it.
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