Added build pipeline

This commit is contained in:
parra 2022-09-16 15:31:06 +02:00
parent 52464403ee
commit d163faedcd
1 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,19 @@
kind: pipeline
name: build
steps:
- name: Build
image: python:3
commands:
- pip install -r requirements.txt
# - pytest
trigger:
event:
- push
---
kind: pipeline
type: docker
name: Create release from tag
steps: