python/.drone.yml

19 lines
182 B
YAML

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