From 3f8228141f828f3f9a64822b25721ebba60dabf7 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 29 Aug 2017 13:55:18 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 13f5cc8..a535755 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,7 +11,9 @@ pipelines: caches: - composer script: - - apt-get update && apt-get install -y unzip + - apt-get update && apt-get install -y unzip libfreetype6-dev libjpeg62-turbo-dev libpng12-dev + - docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ + - docker-php-ext-install -j$(nproc) gd - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install - vendor/bin/phpunit \ No newline at end of file