packer-cn/.circleci/config.yml

13 lines
284 B
YAML
Raw Normal View History

2018-11-14 12:37:31 -05:00
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
- image: golang:1.12
2018-11-14 12:37:31 -05:00
working_directory: /go/src/github.com/hashicorp/packer
steps:
- checkout
2019-02-26 09:25:22 -05:00
- run: make ci