Skip to content
Snippets Groups Projects
Commit 0bb3ac6d authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 10380c1b
Branches
No related merge requests found
Pipeline #5021 failed
...@@ -11,18 +11,18 @@ variables: ...@@ -11,18 +11,18 @@ variables:
before_script: before_script:
- export http_proxy=${HTTP_PROXY} - export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY} - export https_proxy=${HTTP_PROXY}
- apk add wget # - apk add wget
- pear config-set http_proxy ${HTTP_PROXY} - pear config-set http_proxy ${HTTP_PROXY}
- pear update-channels && pear upgrade --force - pear update-channels && pear upgrade --force
- wget http://pecl.php.net/get/xdebug-2.6.0.tgz # - wget http://pecl.php.net/get/xdebug-2.6.0.tgz
- tar xzf xdebug-2.6.0.tgz # - tar xzf xdebug-2.6.0.tgz
- cd xdebug-2.6.0/ # - cd xdebug-2.6.0/
- phpize # - phpize
- ./configure # - ./configure
- make && make install # - make && make install
- cd .. # - cd ..
- docker-php-ext-enable xdebug
- pecl install xdebug - pecl install xdebug
- docker-php-ext-enable xdebug
- docker-php-ext-configure intl - docker-php-ext-configure intl
- docker-php-ext-install json intl mysqli - docker-php-ext-install json intl mysqli
- docker-php-ext-enable json intl mysqli debug - docker-php-ext-enable json intl mysqli debug
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment