mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-18 04:51:06 +01:00
changes:
- added form list - added sort by time - fixed hanging channel in zip writer - removed download url from form template - added upload description - added linter to Makefiles - added missing test file
This commit is contained in:
8
Makefile
8
Makefile
@@ -27,9 +27,15 @@ COMMIT = $(shell git rev-parse --short=8 HEAD)
|
||||
BUILD = $(shell date +%Y.%m.%d.%H%M%S)
|
||||
VERSION := $(if $(filter $(BRANCH), development),$(version)-$(BRANCH)-$(COMMIT)-$(BUILD),$(version))
|
||||
HAVE_POD := $(shell pod2text -h 2>/dev/null)
|
||||
HAVE_LINT:= $(shell golangci-lint -h 2>/dev/null)
|
||||
DAEMON := ephemerupd
|
||||
|
||||
all: cmd/formtemplate.go buildlocal buildlocalctl
|
||||
all: cmd/formtemplate.go lint buildlocal buildlocalctl
|
||||
|
||||
lint:
|
||||
ifdef HAVE_LINT
|
||||
golangci-lint run
|
||||
endif
|
||||
|
||||
buildlocalctl:
|
||||
make -C upctl
|
||||
|
||||
Reference in New Issue
Block a user