Attempt to enable extensions for gitlab ci setup
This commit is contained in:
parent
88d4f792a4
commit
1c2070ceda
@ -12,8 +12,9 @@ services:
|
|||||||
test:7:
|
test:7:
|
||||||
before_script:
|
before_script:
|
||||||
- sh build/docker_install.sh > /dev/null
|
- sh build/docker_install.sh > /dev/null
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
|
||||||
- apk add --no-cache php7-apcu php7-memcached php7-phpdbg
|
- apk add --no-cache php7-apcu php7-memcached php7-phpdbg
|
||||||
|
- docker-php-ext-enable apcu memcached
|
||||||
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --ignore-platform-reqs
|
- php composer.phar install --ignore-platform-reqs
|
||||||
image: php:7-alpine
|
image: php:7-alpine
|
||||||
script:
|
script:
|
||||||
@ -22,8 +23,9 @@ test:7:
|
|||||||
test:7.1:
|
test:7.1:
|
||||||
before_script:
|
before_script:
|
||||||
- sh build/docker_install.sh > /dev/null
|
- sh build/docker_install.sh > /dev/null
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
|
||||||
- apk add --no-cache php7.1-apcu php7.1-memcached php7.1-phpdbg
|
- apk add --no-cache php7.1-apcu php7.1-memcached php7.1-phpdbg
|
||||||
|
- docker-php-ext-enable apcu memcached
|
||||||
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --ignore-platform-reqs
|
- php composer.phar install --ignore-platform-reqs
|
||||||
image: php:7.1-alpine
|
image: php:7.1-alpine
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user