Commit 5a709ec7 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: installe pcov.

No related merge requests found
Pipeline #16916 failed with stages
in 32 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -27,14 +27,14 @@ test:
- |
echo -e "section_start:`date +%s`:setup[collapsed=true]\r\e[0KInstall dependencies"
apt-get update -yqq
apt-get install -yqq unzip git
apt-get install -yqq unzip git php-pcov
curl -sSL "https://getcomposer.org/composer-${COMPOSER_MAJOR}.phar" -o /tmp/composer
echo -en "section_end:`date +%s`:setup\r\e[0K"
- php -v
- php /tmp/composer -V
script:
- |
echo -e "section_start:`date +%s`:composer[collapsed=true]\r\e[0Kcomposer update"
echo -e "section_start:`date +%s`:composer[collapsed=true]\r\e[0Kcomposer update ${COMPOSER_OPTS}"
php /tmp/composer update -n --no-progress ${COMPOSER_OPTS}
echo -en "section_end:`date +%s`:composer\r\e[0K"
- php /tmp/composer test
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment