Commit 41f523b9 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: modifie les logs d'installation.

No related merge requests found
Pipeline #16915 failed with stages
in 55 seconds
Showing with 10 additions and 5 deletions
+10 -5
......@@ -24,12 +24,17 @@ test:
allow_failure: true
- when: always
before_script:
- echo -e "section_start:`date +%s`:setup[collapsed=true]\r\e[0KInstall dependencies"
- apt-get update -yqq && apt-get install -yqq unzip git
- curl -sSL "https://getcomposer.org/composer-${COMPOSER_MAJOR}.phar" -o /tmp/composer
- echo -en "section_end:`date +%s`:setup\r\e[0K"
- |
echo -e "section_start:`date +%s`:setup[collapsed=true]\r\e[0KInstall dependencies"
apt-get update -yqq
apt-get install -yqq unzip git
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:
- php /tmp/composer update --ignore-platform-reqs
- |
echo -e "section_start:`date +%s`:composer[collapsed=true]\r\e[0Kcomposer update"
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