python/.drone.yml

20 lines
225 B
YAML
Raw Normal View History

2022-06-11 17:24:48 +02:00
---
kind: pipeline
type: exec
name: build python3
2022-06-11 17:26:13 +02:00
trigger:
2022-06-11 18:17:36 +02:00
branch:
- master
2022-06-11 17:26:13 +02:00
2022-06-11 17:24:48 +02:00
platform:
2022-06-11 18:14:01 +02:00
os: linux
2022-06-11 17:24:48 +02:00
arch: amd64
steps:
- name: build
commands:
2022-06-11 22:23:49 +02:00
- ./run 3.10
- name: deploy
commands:
2022-06-11 22:43:32 +02:00
- cp ./build/python3-*.deb ~/