Files
delugeClient/.drone.yml

15 lines
175 B
YAML

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