mirror of https://gitlab.crans.org/bde/nk20
CI 4 VS erdnaxe 0
This commit is contained in:
parent
85c9c4b2ba
commit
739da3a090
|
@ -6,7 +6,8 @@ stages:
|
|||
py37-django22:
|
||||
stage: test
|
||||
image: debian:buster-backports
|
||||
before_script: >
|
||||
before_script:
|
||||
- >
|
||||
apt-get update &&
|
||||
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||
|
@ -20,7 +21,8 @@ py37-django22:
|
|||
py38-django22:
|
||||
stage: test
|
||||
image: ubuntu:20.04
|
||||
before_script: >
|
||||
before_script:
|
||||
- >
|
||||
apt-get update &&
|
||||
apt-get install -y python3-django python3-django-crispy-forms
|
||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||
|
@ -33,7 +35,8 @@ py38-django22:
|
|||
linters:
|
||||
stage: quality-assurance
|
||||
image: debian:buster-backports
|
||||
before_script: >
|
||||
before_script:
|
||||
- >
|
||||
apt-get update &&
|
||||
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||
|
|
Loading…
Reference in New Issue