This commit is contained in:
parent
95d5e864f4
commit
005c0af0bf
2 changed files with 14 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3.10
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pytho setup.py bdist
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
oss2
|
||||
notify2
|
||||
dbus-python
|
||||
PyQt5
|
||||
json
|
Loading…
Reference in a new issue