mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
parent
13bfe188b5
commit
8d1443994b
@ -103,9 +103,8 @@ fedora-x86_64:
|
|||||||
${FEATURE_FLAGS}
|
${FEATURE_FLAGS}
|
||||||
_build
|
_build
|
||||||
- meson compile -C _build
|
- meson compile -C _build
|
||||||
# only run tests that are likely affected by test setups
|
- .gitlab-ci/run-tests.sh _build wayland_gl gtk:gdk,gtk:gsk
|
||||||
- .gitlab-ci/run-tests.sh _build wayland_gl gtk:gdk,gtk:gsk-gl
|
- .gitlab-ci/run-tests.sh _build wayland_gles2 gtk:gdk,gtk:gsk
|
||||||
- .gitlab-ci/run-tests.sh _build wayland_gles2 gtk:gdk,gtk:gsk-gl
|
|
||||||
|
|
||||||
release-build:
|
release-build:
|
||||||
extends: .build-fedora-default
|
extends: .build-fedora-default
|
||||||
@ -130,9 +129,8 @@ release-build:
|
|||||||
- meson install -C _build
|
- meson install -C _build
|
||||||
- PKG_CONFIG_PATH=${CI_PROJECT_DIR}/_install/lib64/pkgconfig:${CI_PROJECT_DIR}/_install/share/pkgconfig meson setup _build_hello examples/hello
|
- PKG_CONFIG_PATH=${CI_PROJECT_DIR}/_install/lib64/pkgconfig:${CI_PROJECT_DIR}/_install/share/pkgconfig meson setup _build_hello examples/hello
|
||||||
- LD_LIBRARY_PATH=${CI_PROJECT_DIR}/_install/lib64 meson compile -C _build_hello
|
- LD_LIBRARY_PATH=${CI_PROJECT_DIR}/_install/lib64 meson compile -C _build_hello
|
||||||
# this is our full test run with the default setup
|
|
||||||
- .gitlab-ci/run-tests.sh _build wayland gtk:gtk
|
- .gitlab-ci/run-tests.sh _build wayland gtk:gtk
|
||||||
- .gitlab-ci/run-tests.sh _build x11 gtk:gdk,gtk:gsk-gl
|
- .gitlab-ci/run-tests.sh _build x11 gtk:gtk
|
||||||
|
|
||||||
fedora-clang:
|
fedora-clang:
|
||||||
extends: .build-fedora-default
|
extends: .build-fedora-default
|
||||||
|
Loading…
Reference in New Issue
Block a user