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-blocksutil
Commits
01b78d2d
Commit
01b78d2d
authored
Feb 20, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: modernize
parent
0d9848d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
19 deletions
+13
-19
.travis.yml
.travis.yml
+9
-8
Makefile
Makefile
+4
-11
No files found.
.travis.yml
View file @
01b78d2d
sudo
:
false
language
:
go
go
:
-
1.
9
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
1.
11.x
before_
install
:
-
make deps
script
:
-
make test
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
after_success
:
-
bash <(curl -s https://codecov.io/bash)
...
...
@@ -18,4 +19,4 @@ cache:
-
$GOPATH/src/gx
notifications
:
email
:
false
email
:
false
Makefile
View file @
01b78d2d
all
:
deps
gx
:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps
:
gx
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
test
:
deps
gx
test
-v
-race
-coverprofile
=
coverage.txt
-covermode
=
atomic .
rw
:
gx-go rewrite
rwundo
:
gx-go rewrite
--undo
publish
:
rwundo
gx publish
.PHONY
:
all gx deps test rw rwundo publish
publish
:
gx-go rewrite
--undo
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