Skip to content

Commit

Permalink
fix: separate download tools from the formula
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Apr 19, 2019
1 parent b8d1643 commit 84b568e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lint: fmtcheck
tools:
GO111MODULE=off go get -u github.com/client9/misspell/cmd/misspell
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint

go get github.com/mitchellh/gox

vet:
@echo "go vet ."
Expand All @@ -57,8 +57,7 @@ test-compile:
# TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m -coverprofile c.out
# go tool cover -html=c.out

cibuild:
go get github.com/mitchellh/gox
cibuild: tools
rm -rf pkg/
gox -output "pkg/{{.OS}}_{{.Arch}}/terraform-provider-nutanix"

Expand Down

0 comments on commit 84b568e

Please sign in to comment.