python/.drone.yml

24 lines
238 B
YAML

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