gitlab-ci: Simplify meson job script

This way, the second ninja command line will be visible again as well in
the job output.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2019-03-29 09:58:21 +01:00 committed by Michel Dänzer
parent 4adda1f635
commit 35561d4d1e

View File

@ -79,6 +79,5 @@ meson-build-and-test:
XTEST_DIR: /root/xts XTEST_DIR: /root/xts
script: script:
- meson -Dprefix=/usr -Dxephyr=true build/ - meson -Dprefix=/usr -Dxephyr=true build/
- | - ninja -C build/ install
ninja -C build/ install - ninja -C build/ test
ninja -C build/ test