Added build pipeline
This commit is contained in:
parent
52464403ee
commit
d163faedcd
1 changed files with 15 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue