CI/CD working #3
10
.drone.yml
10
.drone.yml
|
|
@ -3,20 +3,20 @@ name: default
|
|||
type: docker
|
||||
|
||||
pipeline:
|
||||
setup:
|
||||
unittest:
|
||||
image: python
|
||||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.sh
|
||||
|
||||
unittest:
|
||||
image: python
|
||||
commands:
|
||||
- ./scripts/CI/test.sh
|
||||
|
||||
static analysis:
|
||||
image: python
|
||||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.sh
|
||||
- ./scripts/CI/lint.sh
|
||||
|
||||
settings:
|
||||
|
|
|
|||
Loading…
Reference in New Issue