python/.drone.yml

17 lines
160 B
YAML
Raw Normal View History

2022-06-11 17:24:48 +02:00
---
kind: pipeline
type: exec
name: build python3
2022-06-11 17:26:13 +02:00
trigger:
event:
- tag
2022-06-11 17:24:48 +02:00
platform:
os: debian
arch: amd64
steps:
- name: build
commands:
- ./run