.gitlab-ci: Add meson test-daemon

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-31 18:51:29 +07:00 committed by Arun Raghavan
parent c71457ac5f
commit 3243e9f55a

View file

@ -24,6 +24,7 @@ build-meson:
- cd build - cd build
- ninja - ninja
- ninja test - ninja test
- ninja test-daemon
artifacts: artifacts:
paths: paths:
- build/ - build/