Skip to content
Snippets Groups Projects
Verified Commit 145e1b6a authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

test for ci

parent 23239cce
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ before_script:
#- apt-get install imagemagick -yqq > /dev/null
#- apt-get install npm -yqq > /dev/null
- apt-get install git -yqq > /dev/null
- apt-get install postgresql-dev -yqq > /dev/null
- bash ci/docker_install_php.sh > /dev/null
- bash ci/docker_install_database.sh > /dev/null
......
......@@ -6,8 +6,10 @@
set -xe
apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-configure pdo_pgsql --with-pdo-pgsql \
&& docker-php-ext-install pdo_pgsql xsl \
&& docker-php-ext-install pdo pdo_pgsql pgsql \
&& docker-php-ext-install xsl \
&& pecl install xdebug-2.7.0RC2 \
&& docker-php-ext-enable xdebug \
&& docker-php-ext-install gd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment