Add test yml

This commit is contained in:
max
2019-11-23 07:43:34 +00:00
parent 76f6fb08a3
commit c2d3a7e239

19
.drone.yml Normal file
View File

@@ -0,0 +1,19 @@
---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: test
image: registry.lan/alpine:3.8
commands:
- echo "Running tests"
- name: build
image: registry.lan/alpine:3.8
commands:
- echo "building"