CI/CD working #3

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

View File

@ -3,20 +3,20 @@ name: default
type: docker type: docker
pipeline: pipeline:
setup: unittest:
image: python image: python
group: test
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
static analysis: static analysis:
image: python image: python
group: test
commands: commands:
- pip install -r requirements_test.txt
- ./scripts/CI/setup.sh
- ./scripts/CI/lint.sh - ./scripts/CI/lint.sh
settings: settings: