Skip to content
Snippets Groups Projects
Commit ae116d6c authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Clearn GitlabCI/Badge

parent f8c22cfa
No related merge requests found
Pipeline #31757 passed
......@@ -3,7 +3,6 @@ stages:
- publish
variables:
# Cette variable permet de spécifier que Composer installera uniquement les dépendances nécessaires
COMPOSER_ALLOW_SUPERUSER: 1
APP_ENV: test
......@@ -14,17 +13,17 @@ cache:
test:
stage: test
image: php:8.2
# Image unicaen avec les librairies usuelles (et Composer 2.3.x)
image: registre.unicaen.fr:5000/open-source/docker/unicaen-image:php8.2
before_script:
# Met à jour Composer et installe les dépendances
- apt-get update -yqq
- apt-get install git unzip -yqq
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --prefer-dist --no-progress --no-interaction
- composer install --prefer-dist --no-progress --no-interaction
script:
# Exécute les tests PHPUnit
- mkdir -p tests/_output
- ./vendor/bin/phpunit --colors=always --log-junit tests/_output/junit.xml
artifacts:
when: always
expire_in: 1 week
......
![Test unitaires](https://git.unicaen.fr/lib/unicaen/sgnature/badges/master/pipeline.svg)
# Guide de développement
Le module signature permet d'intégrer à votre application un système de signature numérique. Cela se fait via une application tiers (un **parapheur numérique**).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment