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

Initial commit

parent 73e0cbac
No related merge requests found
Pipeline #5025 failed with stage
in 1 minute
......@@ -11,17 +11,17 @@ variables:
before_script:
- export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY}
# - apk add wget
- apk update && apk add ca-certificates && update-ca-certificates
- pear config-set http_proxy ${HTTP_PROXY}
- pear update-channels && pear upgrade --force
# - wget http://pecl.php.net/get/xdebug-2.6.0.tgz
# - tar xzf xdebug-2.6.0.tgz
# - cd xdebug-2.6.0/
# - phpize
# - ./configure
# - make && make install
# - cd ..
- pecl install xdebug
- wget http://pecl.php.net/get/xdebug-2.6.0.tgz
- tar xzf xdebug-2.6.0.tgz
- cd xdebug-2.6.0/
- phpize
- ./configure
- make && make install
- cd ..
# - pecl install xdebug
- docker-php-ext-enable xdebug
- docker-php-ext-configure intl
- docker-php-ext-install json intl mysqli
......
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