Skip to content
Snippets Groups Projects
Commit f57d05b0 authored by David Surville's avatar David Surville
Browse files

Ajout d'un .gitlab-ci.yml pour les versions 3.1.*

parent 8d6db208
Branches
Tags 3.1.20
No related merge requests found
image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache
stages:
- publish
- tests
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:
- curl https://gest.unicaen.fr/packagist/update
\ 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