python/.drone.yml

21 lines
207 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 14:40:16 +02:00
branch:
- master
2022-06-12 14:44:56 +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
steps:
- name: build
commands:
2022-06-11 22:54:44 +02:00
- ./run 3.10