thorsten.spille
8fc17e1f8e
Some checks reported errors
continuous-integration/drone/push Build was killed
17 lines
166 B
YAML
17 lines
166 B
YAML
---
|
|
kind: pipeline
|
|
type: exec
|
|
name: build python3
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: build
|
|
commands:
|
|
- ./run 3.10 |