python/.drone.yml

19 lines
180 B
YAML

---
kind: pipeline
type: exec
name: build python3
trigger:
event:
- cron
cron:
- nightly
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- ./run