[gtk/ci-install-build] More fiddling
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ci-install-build] More fiddling
- Date: Wed, 9 Jun 2021 10:18:16 +0000 (UTC)
commit b030bbb48e650036f3feaae488d943554a90c217
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 9 06:17:51 2021 -0400
More fiddling
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1a8432e9a..d44314c515 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,13 +83,13 @@ fedora-x86_64:
- meson --prefix=${CI_PROJECT_DIR}/_install
${COMMON_MESON_FLAGS} ${EXTRA_MESON_FLAGS} ${BACKEND_FLAGS} ${FEATURE_FLAGS}
_build
- - ninja -C _build
+ - meson compile -C _build
+ - meson install -C _build
+ - PKG_CONFIG_PATH=${CI_PROJECT_DIR}/_install/lib64/pkgconfig meson setup _build_hello examples/hello
+ - meson compile -C _build_hello
- .gitlab-ci/run-tests.sh _build x11
- .gitlab-ci/run-tests.sh _build wayland
- .gitlab-ci/run-tests.sh _build broadway
- - ninja -C _build install
- - PKG_CONFIG_PATH=${CI_PROJECT_DIR}/_install/lib64/pkgconfig:$PKG_CONFIG_PATH meson setup _build_hello
examples/hello
- - ninja -C _build_hello
artifacts:
paths:
- "${CI_PROJECT_DIR}/_build_hello/meson-logs"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]