packer-cn/.circleci/config.yml

12 lines
292 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: circleci/golang:1.11
working_directory: /go/src/github.com/hashicorp/packer
steps:
- checkout
- run: make ci