Skip to content
Snippets Groups Projects
Commit ae737cf5 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Ajout de .gitlab-ci.yml

parent b6e44ef6
No related branches found
No related tags found
No related merge requests found
Pipeline #5132 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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment