Skip to content

Commit

Permalink
Enable to run build and invoke in background
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
  • Loading branch information
ktock committed Sep 1, 2022
1 parent 1bb375f commit 133ae13
Show file tree
Hide file tree
Showing 23 changed files with 3,031 additions and 213 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install: binaries
release:
./hack/release

validate-all: lint test validate-vendor validate-docs
validate-all: lint test validate-vendor validate-docs validate-generated-files

lint:
$(BUILDX_CMD) bake lint
Expand All @@ -44,6 +44,9 @@ validate-docs:
validate-authors:
$(BUILDX_CMD) bake validate-authors

validate-generated-files:
./hack/validate-generated-files

test-driver:
./hack/test-driver

Expand All @@ -59,4 +62,7 @@ authors:
mod-outdated:
$(BUILDX_CMD) bake mod-outdated

generated-files:
./hack/update-generated-files

.PHONY: shell binaries binaries-cross install release validate-all lint validate-vendor validate-docs validate-authors vendor docs authors
Loading

0 comments on commit 133ae13

Please sign in to comment.