Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
makefile: dep call and edited travis ci settings
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
  • Loading branch information
dmmcquay committed Oct 6, 2017
1 parent 02ab489 commit 42ec283
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 682 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ os:
go:
- 1.8

env:
- GOBIN=$GOPATH/bin

install:
- make dependencies
- test -z "$(go fmt ./...)"
- glyphcheck ./...
- test -z "$(go fmt $(go list ./... | grep -v vendor))"
- glyphcheck $(go list ./... | grep -v vendor)
- make dev

script: make test && make test-long && make cover && make bench
Expand Down
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ all: release-std
# dependencies installs all of the dependencies that are required for building
# Sia.
dependencies:
go get -u github.com/golang/dep
go get -u github.com/client9/misspell/cmd/misspell
go get -u github.com/golang/lint/golint
go get -u github.com/NebulousLabs/glyphcheck
go get -u github.com/golang/dep/cmd/dep
go install -race std
dep ensure
dep ensure && dep prune

# pkgs changes which packages the makefile calls operate on. run changes which
# tests are run during testing.
Expand Down
Binary file removed vendor/.DS_Store
Binary file not shown.
Binary file removed vendor/github.com/.DS_Store
Binary file not shown.

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

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

12 changes: 9 additions & 3 deletions vendor/github.com/NebulousLabs/go-upnp/goupnp/goupnp.go

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

28 changes: 11 additions & 17 deletions vendor/github.com/NebulousLabs/go-upnp/goupnp/httpu/httpu.go

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

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

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

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

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

18 changes: 10 additions & 8 deletions vendor/github.com/NebulousLabs/go-upnp/goupnp/ssdp/ssdp.go

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

1 change: 0 additions & 1 deletion vendor/github.com/huin/goupnp/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/github.com/huin/goupnp/README.md

This file was deleted.

Loading

0 comments on commit 42ec283

Please sign in to comment.