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

Ajout d'un .gitlab-ci.yml

parent 646ea9b5
No related branches found
No related tags found
No related merge requests found
Pipeline #3573 failed
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=coverage.txt --colors=never
# 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