mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 03:48:00 +02:00
parent
3e5115fde7
commit
5d97c12859
1 changed files with 5 additions and 1 deletions
|
|
@ -110,8 +110,12 @@ fedora meson build:
|
|||
- '.fdo.distribution-image@fedora'
|
||||
- '.ccache_setup'
|
||||
stage: 'test'
|
||||
variables:
|
||||
MESON_ARGS: >
|
||||
${DEFAULT_MESON_ARGS}
|
||||
-Dgl-backend=gl
|
||||
script:
|
||||
- meson builddir
|
||||
- meson builddir ${MESON_ARGS}
|
||||
- ninja -C builddir
|
||||
# - ninja -C builddir test
|
||||
- ninja -C builddir install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue