mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: add gifsicle to main apk add command
This commit is contained in:
parent
ce3569dad4
commit
0a29d3156a
|
|
@ -13,7 +13,7 @@ cache:
|
||||||
tests:
|
tests:
|
||||||
before_script:
|
before_script:
|
||||||
- python -V
|
- python -V
|
||||||
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev
|
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle
|
||||||
- pip3 install pipenv wheel tox
|
- pip3 install pipenv wheel tox
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue