Starting doing integration tests
This commit is contained in:
@@ -9,14 +9,5 @@ run-debug: debug
|
||||
test:
|
||||
GO15VENDOREXPERIMENT=1 go test `go list ./... | grep -v vendor`
|
||||
|
||||
macos:
|
||||
GO15VENDOREXPERIMENT=1 GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe
|
||||
|
||||
linux:
|
||||
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=amd64 go install github.com/dimiro1/ipe
|
||||
|
||||
windows:
|
||||
GO15VENDOREXPERIMENT=1 GOOS=windows GOARCH=amd64 go install github.com/dimiro1/ipe
|
||||
|
||||
raspberry:
|
||||
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=arm go install github.com/dimiro1/ipe
|
||||
dev-deps:
|
||||
go get github.com/pusher/pusher-http-go
|
||||
|
||||
Reference in New Issue
Block a user