Commit 3029488d authored by Ndame Kital's avatar Ndame Kital
Browse files

gitlab-ci

parent a7bbf689
1 merge request!5Resolve "préparer composer"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
Showing with 0 additions and 35 deletions
+0 -35
include:
- project: pole-is/tools/ci-config
ref: "2.0.0"
file: /php-package-ci.yml
- project: pole-is/tools/ci-config
ref: "2.0.0"
file: /satis-ci.yml
stages:
- vendor
- test
- deploy
# Personnalisation des tâches par défaut:
.php:
variables:
DEBIAN_CODENAME: "stretch"
PHP_VERSION: "7.1"
test:phpunit:
# variables:
# PHP_IMAGE: gitlab-registry.irstea.fr/pole-is/docker/php/ci/panther
script:
- composer test:phpunit -- --coverage-text --coverage-html=reports/coverage --log-junit=reports/junit.xml --colors=never
artifacts:
name: reports
expose_as: "phpunit reports"
when: always
paths:
- reports/
reports:
junit: reports/junit.xml
include:
- project: pole-is/tools/ci-config
ref: "2.1.0"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment