Skip to content

Commit

Permalink
Merge pull request #2 from Mongey/cm-circle-ci
Browse files Browse the repository at this point in the history
Add CircleCi
  • Loading branch information
Mongey authored Dec 28, 2017
2 parents 057320d + acfaa14 commit aa3186f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/Mongey/terraform-provider-kafka
docker:
- image: circleci/golang:1.8
steps:
- checkout
- run: go build
- store_artifacts:
path: /go/src/github.com/Mongey/terraform-provider-kafka/terraform-provider-kafka
destination: plugin
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
A [Terraform][1] plugin for managing [Apache Kafka][2].

[![CircleCI](https://circleci.com/gh/Mongey/terraform-provider-kafka.svg?style=svg)](https://circleci.com/gh/Mongey/terraform-provider-kafka)

# Requirements
* [Kafka 0.11][3]

Expand Down

0 comments on commit aa3186f

Please sign in to comment.