[citemplates] Flatpak Template: Expect MESON_ARGS env instead of CONFIGURE_ARGS
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [citemplates] Flatpak Template: Expect MESON_ARGS env instead of CONFIGURE_ARGS
- Date: Thu, 6 Dec 2018 13:31:32 +0000 (UTC)
commit 0333f72800c4395cfac57b0a1a77a9dcbaeebf6e
Author: Jordan Petridis <jpetridis gnome org>
Date: Thu Dec 6 14:36:19 2018 +0200
Flatpak Template: Expect MESON_ARGS env instead of CONFIGURE_ARGS
This template is only meant to be used with meson anyway.
flatpak/flatpak_ci_initiative.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index def2468..06e864a 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -5,7 +5,7 @@
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- - flatpak build app meson --prefix=/app ${CONFIGURE_ARGS} _build
+ - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Run automatic tests inside the Flatpak env
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]