mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
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:
parent
4adda1f635
commit
35561d4d1e
1 changed files with 2 additions and 3 deletions
|
|
@ -79,6 +79,5 @@ meson-build-and-test:
|
|||
XTEST_DIR: /root/xts
|
||||
script:
|
||||
- meson -Dprefix=/usr -Dxephyr=true build/
|
||||
- |
|
||||
ninja -C build/ install
|
||||
ninja -C build/ test
|
||||
- ninja -C build/ install
|
||||
- ninja -C build/ test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue