Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
signature
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
signature
Commits
ae116d6c
Commit
ae116d6c
authored
7 months ago
by
Stephane Bouvry
Browse files
Options
Downloads
Patches
Plain Diff
Clearn GitlabCI/Badge
parent
f8c22cfa
Loading
Loading
No related merge requests found
Pipeline
#31757
passed
7 months ago
Stage: test
Stage: publish
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-7
6 additions, 7 deletions
.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
7
View file @
ae116d6c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
ae116d6c

# 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**
).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment