--- a
+++ b/.drone.yml
@@ -0,0 +1,15 @@
+kind: pipeline
+name: default
+workspace:
+  base: /working/repo
+steps:
+  - name: compile
+    image: codesys-ide:local
+    commands:
+      - codesys compile-library
+      - codesys gen-package-manifest
+      - codesys build-package
+      - cp *.library .drone-artifacts/
+      - cp *.compiled-library .drone-artifacts/
+      - cp *.package .drone-artifacts/
+      - cp *.html .drone-artifacts/html/
\ No newline at end of file