forked from kompetenzinventar/ki-backend
add initial .drone.yml
This commit is contained in:
parent
0b7baef5e1
commit
db8c441f8d
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: qa
|
||||
image: python:3.8-alpine
|
||||
commands:
|
||||
- apk add --no-cache gcc g++ musl-dev python3-dev
|
||||
- pip3 install pipenv
|
||||
- pipenv install --dev
|
||||
- pipenv run flake8
|
||||
- pipenv run python -m unittest discover ki
|
@ -1,5 +1,7 @@
|
||||
# Kompetenzinventar Backend
|
||||
|
||||
[![Build Status](https://drone.wtf-eg.de/api/badges/kompetenzinventar/ki-backend/status.svg?ref=refs/heads/main)](https://drone.wtf-eg.de/kompetenzinventar/ki-backend)
|
||||
|
||||
## Entwicklung
|
||||
|
||||
### Abhängigkeiten
|
||||
|
Loading…
Reference in New Issue
Block a user