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

Initial commit

parent 370d2d93
Branches
No related merge requests found
Pipeline #5028 failed with stage
in 1 minute and 8 seconds
...@@ -11,7 +11,7 @@ variables: ...@@ -11,7 +11,7 @@ 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 update && apk add ca-certificates wget autoconf make && update-ca-certificates - apk update && apk add ca-certificates wget alpine-sdk && update-ca-certificates
- 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
......
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