mmk2410
/
my-todo-list
Archived
1
0
Fork 0
This repository has been archived on 2021-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
my-todo-list/.gitlab-ci.yml

14 lines
293 B
YAML

# From https://docs.gitlab.com/ee/ci/examples/php.html
image: php:7.4-cli
before_script:
# Install dependencies
- bash ci/docker_install.sh > /dev/null
test:
script:
- php composer.phar run test:gitlab
artifacts:
when: always
reports:
junit: report.xml