python/.drone.yml
thorsten.spille 8fc17e1f8e
Some checks reported errors
continuous-integration/drone/push Build was killed
„.drone.yml“ ändern
2022-06-11 22:54:44 +02:00

17 lines
166 B
YAML

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