Logo
Explore Help
Sign In
iSharkFly-Docs/packer-cn
1
0
Fork 0
You've already forked packer-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
packer-cn/vendor/gopkg.in/ini.v1/Makefile

16 lines
239 B
Makefile
Raw Permalink Normal View History

update alicloud builder to use official SDK (#7477)
2019-04-26 10:37:49 +08:00
.PHONY: build test bench vet coverage
build: vet bench
test:
go test -v -cover -race
bench:
HCL2 Parse packer.required_plugins block + packer init (#10304) This adds the new `required_plugins` block to be nested under the packer block. Example: ```hcl packer { required_plugins { aws = { version = ">= 2.7.0" source = "azr/aws" } azure = ">= 2.7.0" } } ``` For example on darwin_amd64 Packer will install those under : * "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64" * "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5" + docs + tests
2021-02-02 18:05:04 +01:00
go test -v -cover -test.bench=. -test.benchmem
update alicloud builder to use official SDK (#7477)
2019-04-26 10:37:49 +08:00
vet:
go vet
coverage:
go test -coverprofile=c.out && go tool cover -html=c.out && rm c.out
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 395ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API