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:
|
py37-django22:
|
||||||
stage: test
|
stage: test
|
||||||
image: debian:buster-backports
|
image: debian:buster-backports
|
||||||
before_script: >
|
before_script:
|
||||||
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
||||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||||
|
@ -20,7 +21,8 @@ py37-django22:
|
||||||
py38-django22:
|
py38-django22:
|
||||||
stage: test
|
stage: test
|
||||||
image: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
before_script: >
|
before_script:
|
||||||
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -y python3-django python3-django-crispy-forms
|
apt-get install -y python3-django python3-django-crispy-forms
|
||||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||||
|
@ -33,7 +35,8 @@ py38-django22:
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: debian:buster-backports
|
image: debian:buster-backports
|
||||||
before_script: >
|
before_script:
|
||||||
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
|
||||||
python3-django-extensions python3-django-filters python3-django-polymorphic
|
python3-django-extensions python3-django-filters python3-django-polymorphic
|
||||||
|
|
Loading…
Reference in New Issue