Gitlab-CI: involve more systems

This commit is contained in:
Thomas Gelf 2016-11-28 16:52:57 +01:00
parent 657a103c96
commit 1f5ad6fa12

View file

@ -7,5 +7,28 @@ Xenial:
- xenial
- businessprocess
script:
- phpunit --testdox-text || phpunit --verbose
- phpunit --testdox || phpunit --verbose
Debian Jessie:
stage: Unit-Tests
tags:
- jessie
- businessprocess
script:
- phpunit --testdox || phpunit --verbose
CentOS 6:
stage: Unit-Tests
tags:
- centos6
- businessprocess
script:
- phpunit --testdox || phpunit --verbose
CentOS 7:
stage: Unit-Tests
tags:
- centos7
- businessprocess
script:
- phpunit --testdox || phpunit --verbose