mirror of https://github.com/Icinga/icinga2.git
Travis: Run config validation at the end
This will help detect faulty contributed CheckCommand definitions (enabled by default since 2.5).
This commit is contained in:
parent
ec6247ca35
commit
0661415575
|
@ -26,4 +26,4 @@ before_script:
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/icinga2
|
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/icinga2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make && make test && make install && /tmp/icinga2/sbin/icinga2 --version
|
- make && make test && make install && /tmp/icinga2/sbin/icinga2 --version && /tmp/icinga2/sbin/icinga2 daemon -C -DRunAsUser=$(id -u -n) -DRunAsGroup=$(id -g -n)
|
||||||
|
|
Loading…
Reference in New Issue