mirror of
https://github.com/danderson/netboot.git
synced 2025-08-13 10:07:13 +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
|
$(GOCMD) get -u github.com/estesp/manifest-tool
|
||||||
dep ensure
|
dep ensure
|
||||||
|
|
||||||
.PHONY: ci-build
|
.PHONY: build
|
||||||
ci-build:
|
build:
|
||||||
$(GOCMD) install -v ./cmd/pixiecore
|
$(GOCMD) install -v ./cmd/pixiecore
|
||||||
|
|
||||||
.PHONY: ci-test
|
.PHONY: test
|
||||||
ci-test:
|
test: build
|
||||||
$(GOCMD) test ./...
|
$(GOCMD) test ./...
|
||||||
$(GOCMD) test -race ./...
|
$(GOCMD) test -race ./...
|
||||||
|
|
||||||
.PHONY: ci-lint
|
.PHONY: lint
|
||||||
ci-lint:
|
lint:
|
||||||
$(GOCMD) get -u github.com/alecthomas/gometalinter
|
$(GOCMD) get -u github.com/alecthomas/gometalinter
|
||||||
gometalinter --install golint
|
gometalinter --install golint
|
||||||
gometalinter --deadline=1m --disable-all --enable=gofmt --enable=golint --enable=vet --enable=deadcode --enable=structcheck --enable=unconvert --vendor ./...
|
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