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

Initial commit

parent b56c1e7c
No related merge requests found
Pipeline #5015 passed with stage
in 2 minutes and 56 seconds
# Select image from https://hub.docker.com/r/_/php/
image: php:fpm-alpine
services:
......@@ -12,33 +11,13 @@ variables:
before_script:
- export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY}
# - apt-get --quiet update --yes
# - apt-get --quiet install -my wget gnupg libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libjpeg-dev libpng-dev libxpm-dev zlib1g-dev libfreetype6-dev libxml2-dev libexpat1-dev libbz2-dev libgmp3-dev libldap2-dev unixodbc-dev libpq-dev libsqlite3-dev libaspell-dev libsnmp-dev libpcre3-dev libtidy-dev --yes
- apk add --no-cache icu-dev
- docker-php-ext-configure intl
- docker-php-ext-install json intl mysqli
- docker-php-ext-enable json intl mysqli
# - pear config-set http_proxy ${HTTP_PROXY}
# - pear clear-cache
# - pear version
# - 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
# - docker-php-ext-enable xdebug
# - cd ..
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
- http_proxy=${HTTP_PROXY} https_proxy="" composer global require hirak/prestissimo
# - curl -sS http://getcomposer.org/installer | php
# - mv composer.phar /usr/local/bin/composer
# - which composer
# - http_proxy=${HTTP_PROXY}` https_proxy="" composer install
# - echo \$active_group = \'test\'\; >> application/config/config.php
- http_proxy=${HTTP_PROXY} https_proxy="" composer install
- php importersql.php
......
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