mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
ci: switch to drone
Switch the CI system from travis to drone Closes #19
This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
- pipenv run gitlint
|
||||
- pipenv run pylint setup.py gitea_auto_update
|
||||
- pipenv run python -m unittest
|
||||
Reference in New Issue
Block a user