Testing drone pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jordi Loyzaga 2024-04-27 03:17:13 -06:00
parent 731a1aa22f
commit 07fc6e86e0
1 changed files with 19 additions and 26 deletions

View File

@ -2,31 +2,24 @@ kind: pipeline
name: default name: default
type: docker type: docker
workspace: pipeline:
path: / setup:
steps:
- name: unittest
image: python image: python
commands: commands:
- pip install -r requirements_test.txt - pip install -r requirements_test.txt
- ./scripts/CI/setup.sh - ./scripts/CI/setup.sh
unittest:
image: python
commands:
- ./scripts/CI/test.sh - ./scripts/CI/test.sh
settings: static analysis:
username:
from_secret: gitea_username
password:
from_secret: gitea_password
- name: static analysis
image: python image: python
commands: commands:
- pip install -r requirements_test.txt
- ./scripts/CI/setup.sh
- ./scripts/CI/lint.sh - ./scripts/CI/lint.sh
settings: settings:
username: username:
from_secret: gitea_username from_secret: gitea_username
password: password: