From 7ea63ae2e661f9b17a27b1f9687daa4993bb6508 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Wed, 23 May 2018 10:28:46 -0300 Subject: [PATCH] Update `circle.yml` --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index a0a8ba68..4885e76a 100644 --- a/circle.yml +++ b/circle.yml @@ -27,6 +27,8 @@ test: - composer install --prefer-dist --optimize-autoloader --no-interaction - mkdir -p $CIRCLE_TEST_REPORTS/phpunit - vendor/bin/phpunit --verbose --log-junit $CIRCLE_TEST_REPORTS/phpunit/junit.xml + # Next line is required to add dev dependencies to Dockerfile image without polluting the production release + - echo -e 'RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd' >> Dockerfile - docker run --tty -e GUSH_CONFIG=/root/.gush -e GUSH_LOCAL_CONFIG=/root/project gush -vvvv --help deployment: master: