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