Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
faq
Commits
fc975c67
Commit
fc975c67
authored
Jul 12, 2021
by
Bertrand Gauthier
Browse files
Ajout d'un .gitlab-ci.yml
parent
76060bc9
Pipeline
#10428
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
fc975c67
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment