diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ae822ec --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +kind: pipeline +type: docker +name: delugeClient + +platform: + os: linux + arch: amd64 + +steps: + - name: Build package + image: python:3.8 + commands: + - make build