This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
215dba3d38
packer-cn
/
Makefile
10 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
Instructions for working on Packer
2013-03-23 03:48:20 -04:00
all
:
@mkdir -p bin/
Go get all package dependencies
2013-03-24 17:40:20 -04:00
go get -d ./...
Amazon builder
2013-03-23 21:40:26 -04:00
go build -a -o bin/packer
Instructions for working on Packer
2013-03-23 03:48:20 -04:00
packer.Ui tests
2013-03-24 17:31:18 -04:00
test
:
go
test
./...
.PHONY
:
all
test