CI/CD working #3
14
.drone.yml
14
.drone.yml
|
|
@ -12,6 +12,18 @@ steps:
|
|||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.sh
|
||||
- ./scripts/CI/test.sh
|
||||
|
||||
settings:
|
||||
username:
|
||||
from_secret: gitea_username
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
|
||||
- name: static analysis
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.sh
|
||||
- ./scripts/CI/lint.sh
|
||||
|
||||
settings:
|
||||
|
|
@ -19,3 +31,5 @@ steps:
|
|||
from_secret: gitea_username
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue