Archived
1
0
Fork 0
This repository has been archived on 2020-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
news-script/.gitlab-ci.yml

16 lines
330 B
YAML
Raw Normal View History

2018-09-24 09:11:54 +03:00
image: php:7.2-cli
before_script:
- apt-get update
2018-09-24 09:21:05 +03:00
- apt-get install --no-install-recommends -y unzip pandoc
2018-09-24 09:11:54 +03:00
- '[[ ! -f composer.phar ]] && curl -sS https://getcomposer.org/installer | php --'
2018-09-24 09:15:50 +03:00
- php ./composer.phar install
2018-09-24 09:11:54 +03:00
cache:
paths:
- vendor/
- composer.phar
test:
script:
2018-09-24 09:15:50 +03:00
- php ./composer.phar test