Simple drone integration that just tries to build package

This commit is contained in:
2022-09-26 00:24:37 +02:00
parent 61d1734954
commit 365cfd0911

14
.drone.yml Normal file
View File

@@ -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