This commit is contained in:
parent
a1ba2060bb
commit
61171cc9eb
18
.drone.yml
18
.drone.yml
@ -1,11 +1,27 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.12
|
image: golang:1.15
|
||||||
commands:
|
commands:
|
||||||
- make build
|
- make build
|
||||||
|
- name: test
|
||||||
|
image: golang:1.15
|
||||||
|
commands:
|
||||||
|
- make test
|
||||||
|
- name: check
|
||||||
|
image: python:3-slim
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends make
|
||||||
|
- pip install docker-compose
|
||||||
|
- make check
|
||||||
|
- name: itest
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- make itest
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user