Skip to content
Snippets Groups Projects
Commit 8aa20e05 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Update .gitlab-ci.yml

parent 28154e79
No related branches found
No related tags found
1 merge request!1add GitLab CI
Pipeline #11533 failed
image: php:7.2
# Select what we should cache between builds
cache:
paths:
- vendor/
before_script:
- docker-php-ext-install mbstring mcrypt pdo_pgsql curl json intl gd xml zip bz2 opcache
- docker-php-ext-install mbstring pdo_pgsql curl json intl gd xml zip bz2 opcache
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
- composer install --no-interaction --prefer-dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment