Files
delugeClient/.drone.yml
2022-11-24 00:11:57 +01:00

15 lines
176 B
YAML

---
kind: pipeline
type: docker
name: delugeClient
platform:
os: linux
arch: amd64
steps:
- name: Build package
image: python:3.10
commands:
- make build