mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
15 lines
175 B
YAML
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
|