python/.drone.yml
thorsten.spille 5dcc83e388
Some checks failed
continuous-integration/drone/push Build is failing
„.drone.yml“ ändern
2022-06-11 22:23:49 +02:00

20 lines
219 B
YAML

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