Skip to content
Snippets Groups Projects
Commit 2fbbc890 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ajout .gitlab-ci.yml

parent 7eed1370
No related branches found
No related tags found
No related merge requests found
stages:
- tests
- publish
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
unit-tests:
stage: tests
script:
- composer install --no-interaction --no-suggest --no-progress
- php vendor/bin/phpunit --coverage-text --colors=never > coverage.txt
artifacts:
paths:
- coverage.txt
update-satis:
stage: publish
script:
- update-satis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment