mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Add gitlab CI file
This commit is contained in:
parent
9a97a29aa3
commit
6232aff129
2 changed files with 39 additions and 0 deletions
21
.gitlab-ci.yml
Normal file
21
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
before_script:
|
||||
- bash test/docker_install.sh > /dev/null
|
||||
- cp test/misc/redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
# Test PHP 7.0
|
||||
test:7.0:
|
||||
image: php:7.0
|
||||
script:
|
||||
- phpunit --configuration phpunit.xml.dist
|
||||
|
||||
# Test PHP 7.2
|
||||
test:7.1:
|
||||
image: php:7.1
|
||||
script:
|
||||
- phpunit --configuration phpunit.xml.dist
|
||||
|
||||
# Test PHP 7.2
|
||||
test:7.2:
|
||||
image: php:7.2
|
||||
script:
|
||||
- phpunit --configuration phpunit.xml.dist
|
Loading…
Add table
Add a link
Reference in a new issue