CI : ignore GD
This commit is contained in:
parent
d8f482ee42
commit
6624041d64
1 changed files with 1 additions and 5 deletions
|
|
@ -5,17 +5,13 @@ stages:
|
||||||
install:
|
install:
|
||||||
stage: install
|
stage: install
|
||||||
image: composer:2.7
|
image: composer:2.7
|
||||||
before_script:
|
|
||||||
- apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev
|
|
||||||
- docker-php-ext-configure gd --with-freetype --with-jpeg
|
|
||||||
- docker-php-ext-install -j$(nproc) gd
|
|
||||||
cache:
|
cache:
|
||||||
key: composer
|
key: composer
|
||||||
paths:
|
paths:
|
||||||
- vendor/
|
- vendor/
|
||||||
- ~/.composer/cache
|
- ~/.composer/cache
|
||||||
script:
|
script:
|
||||||
- composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
|
- composer install --ignore-platform-req=ext-gd --no-dev --no-interaction --prefer-dist --optimize-autoloader
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- vendor/
|
- vendor/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue