Skip to content

Commit

Permalink
feat: add circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jan 15, 2020
1 parent d284f78 commit b659c99
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2.1

orbs:
moul: moul/[email protected] # https://github.com/moul/build

workflows:
main:
jobs:
- moul/golang-build:
gopkg: moul.io/protoc-gen-gotemplate
- moul/golang-build:
gopkg: moul.io/protoc-gen-gotemplate
tag: '1.12'
- moul/golang-build:
gopkg: moul.io/protoc-gen-gotemplate
tag: '1.11'
- moul/docker-build

0 comments on commit b659c99

Please sign in to comment.