1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/.gitlab-ci.yml

20 lines
408 B
YAML
Raw Normal View History

2019-04-12 19:47:12 +02:00
# This file is a template, and might need editing before it works on your project.
# Select image from https://hub.docker.com/_/php/
image: chialab/php:7.3
# Select what we should cache between builds
cache:
paths:
- vendor/
2019-04-12 20:01:03 +02:00
services:
- redis:latest
2019-04-12 19:47:12 +02:00
before_script:
- composer install
2019-04-12 20:02:33 +02:00
- php -S localhost:9000 -t public >/dev/null 2>/dev/null &
2019-04-12 19:47:12 +02:00
test:
script:
- php update.php
- php test.php