feat: add circle config
This commit is contained in:
parent
d284f78f18
commit
b659c9914b
17
.circleci/config.yml
Normal file
17
.circleci/config.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
moul: moul/build@1.14.0 # 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
|
Loading…
Reference in New Issue
Block a user