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,10 +12,24 @@ steps:
- pip install -r requirements_test.txt - pip install -r requirements_test.txt
- ./scripts/CI/setup.sh - ./scripts/CI/setup.sh
- ./scripts/CI/test.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 - ./scripts/CI/lint.sh
settings: settings:
username: username:
from_secret: gitea_username from_secret: gitea_username
password: password:
from_secret: gitea_password from_secret: gitea_password

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