mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-18 08:29:14 +00:00
Added CI/CD integration
This commit is contained in:
parent
710925f3ea
commit
3cb6b769df
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipelinetype: exec
|
||||
name: default
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- pytest
|
Loading…
Reference in a new issue