From c2d3a7e239c126f283931e0ab507485ccab2832d Mon Sep 17 00:00:00 2001 From: max Date: Sat, 23 Nov 2019 07:43:34 +0000 Subject: [PATCH] Add test yml --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2b61387 --- /dev/null +++ b/.drone.yml @@ -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" \ No newline at end of file