mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
9 lines
71 B
YAML
9 lines
71 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v .
|
|
|
|
script:
|
|
- go build -v ./
|
|
|