--- a
+++ b/drone.yml
@@ -0,0 +1,10 @@
+kind: pipeline
+name: default
+workspace:
+  base: /working/
+  path: repo
+steps:
+  - name: test
+    image: codesys-ide
+    commands:
+      - echo test
\ No newline at end of file