From 0bb3ac6d4a3160e2a55f8e423a6a4733fb172675 Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Fri, 27 Apr 2018 00:34:01 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 859b0ed..6f4401e 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,18 +11,18 @@ variables: before_script: - export http_proxy=${HTTP_PROXY} - export https_proxy=${HTTP_PROXY} - - apk add wget + # - apk add wget - 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 .. - - docker-php-ext-enable 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 - docker-php-ext-enable json intl mysqli debug -- GitLab