mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-06 13:39:34 -05:00
34 lines
518 B
YAML
34 lines
518 B
YAML
stages:
|
|
- Unit-Tests
|
|
|
|
Xenial:
|
|
stage: Unit-Tests
|
|
tags:
|
|
- xenial
|
|
- businessprocess
|
|
script:
|
|
- 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
|