mirror of https://github.com/knative/func.git
src: add makefile target
This commit is contained in:
parent
1551d69b5d
commit
d915554d71
5
Makefile
5
Makefile
|
@ -92,6 +92,11 @@ release: build test
|
|||
git commit -am "release: $(VTAG)"
|
||||
git tag $(VTAG)
|
||||
|
||||
cluster: ## Set up a local cluster for integraiton tests.
|
||||
# Creating KinD cluster `kind`.
|
||||
# Delete with ./hack/delete.sh
|
||||
./hack/allocate.sh && ./hack/configure.sh
|
||||
|
||||
clean:
|
||||
rm -f $(BIN) $(WINDOWS) $(LINUX) $(DARWIN)
|
||||
-rm -f coverage.out
|
||||
|
|
Loading…
Reference in New Issue