mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 02:06:52 +00:00
Install gcc in CI
This commit is contained in:
parent
fa0e4cd2f9
commit
b7bc0fe499
@ -6,7 +6,7 @@ py38-django31:
|
||||
stage: test
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- apk add postgresql-dev # Add texlive
|
||||
- apk add gcc postgresql-dev # Add texlive
|
||||
- pip install tox --no-cache-dir
|
||||
script: tox -e py38-django31
|
||||
|
||||
@ -14,7 +14,7 @@ linters:
|
||||
stage: quality-assurance
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- apk add postgresql-dev # Add texlive
|
||||
- apk add gcc postgresql-dev # Add texlive
|
||||
- pip install tox --no-cache-dir
|
||||
script: tox -e linters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user