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

17 lines
385 B
YAML
Raw Permalink Normal View History

2019-08-07 05:17:25 +03:00
image: php:7.3-cli
2018-09-24 09:11:54 +03:00
before_script:
- apt-get update
2019-08-07 05:17:25 +03:00
- apt-get install --no-install-recommends -y git curl unzip pandoc
- docker-php-ext-install -j$(nproc) sockets
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