diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..97a6cda --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: build + image: golang:latest + environment: + GO111MODULE: on + GOPROXY: https://goproxy.cn,direct + commands: + - go build main.go diff --git a/README.md b/README.md index 8a8cd23..7fb623e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # eventRT -事件处理服务 \ No newline at end of file +事件处理服务 + +[![Build Status](http://192.168.46.100:4080/api/badges/CL-Softwares/eventRT/status.svg)](http://192.168.46.100:4080/CL-Softwares/eventRT) \ No newline at end of file