add gitlab ci config

This commit is contained in:
Simon Bruder 2018-02-12 12:00:14 +00:00
parent 44255e2625
commit 5c4349a913

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: hashicorp/packer
test:
script:
- packer validate packer.json
build:
script:
- packer build packer.json
artifacts:
paths:
- rootfs.tar