python/.drone.yml
thorsten.spille 0024dbf8d9
All checks were successful
continuous-integration/drone/push Build is passing
„.drone.yml“ ändern
2022-06-12 14:45:23 +02:00

21 lines
207 B
YAML

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