Add test yml
This commit is contained in:
19
.drone.yml
Normal file
19
.drone.yml
Normal 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"
|
||||
Reference in New Issue
Block a user