Browse Source

Initial Drone CI testing file.

master
Bas Weelinck 5 years ago
commit
dcec753d6a
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .drone.yml

+ 10
- 0
.drone.yml View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default

steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world

Loading…
Cancel
Save