mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-09 17:30:39 +00:00
Added all task as first task to makefile
This commit is contained in:
parent
0a98223b55
commit
50d70f71b5
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: clean deps fmt vet test docker
|
||||
.PHONY: all clean deps fmt vet test docker
|
||||
|
||||
EXECUTABLE ?= drone-github-release
|
||||
IMAGE ?= plugins/$(EXECUTABLE)
|
||||
@ -7,6 +7,8 @@ CI_BUILD_NUMBER ?= 0
|
||||
LDFLAGS = -X "main.buildDate=$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')"
|
||||
PACKAGES = $(shell go list ./... | grep -v /vendor/)
|
||||
|
||||
all: deps build test
|
||||
|
||||
clean:
|
||||
go clean -i ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user