X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=GNUmakefile;h=c88972dd8763fefbc49ecc6686af240b7b1a6db6;hb=9d6df78b1174819ed7660295aa42d7fa9c3e647c;hp=7750632f454dedd1a34e6168376d583c1e160a68;hpb=5b5f8460537ecb489a9f544727513fc9b2d7d532;p=github%2Ffretlink%2Fterraform-provider-mailgun.git diff --git a/GNUmakefile b/GNUmakefile index 7750632..c88972d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,6 +46,9 @@ test-compile: fi go test -c $(TEST) $(TESTARGS) +website-githubpages: + bash scripts/launch-website.sh + website: ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..." @@ -60,5 +63,5 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) endif @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME) -.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test +.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test website-githubpages