1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-02-06 11:33:00 +00:00

Install gcc in CI

This commit is contained in:
Yohann D'ANELLO 2020-09-24 11:50:56 +02:00
parent fa0e4cd2f9
commit b7bc0fe499

View File

@ -6,7 +6,7 @@ py38-django31:
stage: test stage: test
image: python:3-alpine image: python:3-alpine
before_script: before_script:
- apk add postgresql-dev # Add texlive - apk add gcc postgresql-dev # Add texlive
- pip install tox --no-cache-dir - pip install tox --no-cache-dir
script: tox -e py38-django31 script: tox -e py38-django31
@ -14,7 +14,7 @@ linters:
stage: quality-assurance stage: quality-assurance
image: python:3-alpine image: python:3-alpine
before_script: before_script:
- apk add postgresql-dev # Add texlive - apk add gcc postgresql-dev # Add texlive
- pip install tox --no-cache-dir - pip install tox --no-cache-dir
script: tox -e linters script: tox -e linters