CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit 731a1aa22f - Show all commits

View File

@ -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

0
scripts/CI/lint.sh Normal file → Executable file
View File