aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-07 20:35:08 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-07 20:35:08 +0100
commitdb91d66d1a18bda899428f93811034cd1dc9846a (patch)
treea8bb72b1025b4e748fd3e19f70a074a4dd0c0c64 /.gitlab-ci.yml
parent4d64481564beb36f1efe1d4deddfc1f5948bd963 (diff)
downloadvolse-hubzilla-db91d66d1a18bda899428f93811034cd1dc9846a.tar.gz
volse-hubzilla-db91d66d1a18bda899428f93811034cd1dc9846a.tar.bz2
volse-hubzilla-db91d66d1a18bda899428f93811034cd1dc9846a.zip
CI: Install yaml extension from PECL.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84d28bf2f..b4be24819 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,11 @@ variables:
before_script:
# Install & enable Xdebug for code coverage reports
- - pecl install xdebug
+ - pecl install xdebug yaml
- apt-get update
- apt-get install -yqq libjpeg-dev libpng-dev libpq-dev libyaml-dev libzip-dev mariadb-client postgresql-client unzip zip
- - docker-php-ext-enable xdebug
- - docker-php-ext-install gd bcmath pdo_mysql pdo_pgsql yaml zip
+ - docker-php-ext-enable xdebug yaml
+ - docker-php-ext-install gd bcmath pdo_mysql pdo_pgsql zip
# Install composer
- curl -sS https://getcomposer.org/installer | php