Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed May 23, 2018
1 parent cb47d45 commit 7ea63ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ea63ae

Please sign in to comment.