python/.drone.yml

17 lines
161 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:
- ./run