thorsten.spille
0024dbf8d9
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
207 B
YAML
21 lines
207 B
YAML
---
|
|
kind: pipeline
|
|
type: exec
|
|
name: build python3
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
# event:
|
|
# - cron
|
|
# cron:
|
|
# - hourly
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: build
|
|
commands:
|
|
- ./run 3.10 |