mirror of
https://github.com/danderson/netboot.git
synced 2025-08-10 00:27:12 +02:00
Rename some makefile targets that aren't exclusive to CircleCI.
This commit is contained in:
parent
baf5793687
commit
87f66d15c7
12
Makefile
12
Makefile
@ -18,17 +18,17 @@ ci-prepare:
|
||||
$(GOCMD) get -u github.com/estesp/manifest-tool
|
||||
dep ensure
|
||||
|
||||
.PHONY: ci-build
|
||||
ci-build:
|
||||
.PHONY: build
|
||||
build:
|
||||
$(GOCMD) install -v ./cmd/pixiecore
|
||||
|
||||
.PHONY: ci-test
|
||||
ci-test:
|
||||
.PHONY: test
|
||||
test: build
|
||||
$(GOCMD) test ./...
|
||||
$(GOCMD) test -race ./...
|
||||
|
||||
.PHONY: ci-lint
|
||||
ci-lint:
|
||||
.PHONY: lint
|
||||
lint:
|
||||
$(GOCMD) get -u github.com/alecthomas/gometalinter
|
||||
gometalinter --install golint
|
||||
gometalinter --deadline=1m --disable-all --enable=gofmt --enable=golint --enable=vet --enable=deadcode --enable=structcheck --enable=unconvert --vendor ./...
|
||||
|
Loading…
Reference in New Issue
Block a user