Skip to content

Commit

Permalink
Auto-install govendor + reinstall github.com/boltdb/bolt needed by ve…
Browse files Browse the repository at this point in the history
…ndor/github.com/blevesearch/bleve/index/store/boltdb
  • Loading branch information
sapk committed Apr 8, 2017
1 parent 147792f commit e4730f2
Show file tree
Hide file tree
Showing 29 changed files with 5,522 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ integrations: build

.PHONY: test
test:
govendor status +outside +unused || exit 1
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
go get -u github.com/kardianos/govendor; \
fi
govendor status +outside +unused || exit 1
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;

.PHONY: test-mysql
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/boltdb/bolt/LICENSE

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

18 changes: 18 additions & 0 deletions vendor/github.com/boltdb/bolt/Makefile

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

Loading

0 comments on commit e4730f2

Please sign in to comment.