2022-06-11 17:24:48 +02:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: exec
|
|
|
|
name: build python3
|
|
|
|
|
2022-06-11 17:26:13 +02:00
|
|
|
trigger:
|
|
|
|
event:
|
2022-06-11 18:14:01 +02:00
|
|
|
- cron
|
|
|
|
cron:
|
2022-06-11 18:15:39 +02:00
|
|
|
- daily-build
|
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
|