python/.drone.yml

22 lines
217 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-12 11:48:19 +02:00
event:
- cron
cron:
- hourly
2022-06-11 17:26:13 +02:00
2022-06-11 17:24:48 +02:00
platform:
2022-06-12 14:39:06 +02:00
os: linux
2022-06-11 17:24:48 +02:00
arch: amd64
2022-06-12 13:58:53 +02:00
condename: bullseye
apt: repo
2022-06-11 17:24:48 +02:00
steps:
- name: build
commands:
2022-06-11 22:54:44 +02:00
- ./run 3.10