Skip to content

Commit

Permalink
update for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Mar 22, 2019
1 parent 8bef2f7 commit 621cae4
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Gopkg.lock
coverage.out
rrh
vendor
Expand Down
292 changes: 292 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ setup:
go get golang.org/x/tools/cmd/goimports
go get github.com/golang/dep/cmd/dep

go get github.com/mitchellh/cli
go get gopkg.in/src-d/go-git.v4
go get github.com/dustin/go-humanize
go get github.com/posener/complete/gocomplete
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls

dep ensure -vendor-only

test: update
go test -covermode=count -coverprofile=coverage.out $$(go list ./... | grep -v vendor)
git checkout -- testdata

update: setup
dep ensure
git submodule update --init

build: update test
Expand Down

0 comments on commit 621cae4

Please sign in to comment.