[retro-gtk] ci: Cleanups
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] ci: Cleanups
- Date: Sat, 9 Jun 2018 08:50:43 +0000 (UTC)
commit 0e8a5e3ca488af7cae2cb2099dce72f637d53635
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Fri Jun 8 16:42:56 2018 +0500
ci: Cleanups
Remove an unused template, declare a used but undefined variable.
.gitlab-ci.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14b3ac8..6ef3c0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,3 @@
-
-.build_template: &distro_build
- script:
- - meson -Dmanpage=false _build
- - ninja -C _build install
-
stages:
- build
- test
@@ -38,13 +32,13 @@ flatpak:demo:
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
FLATPAK_MODULE: "retro-gtk"
FLATPAK_BUILD_DIR: "app"
+ MESON_ARGS: ""
script:
- flatpak-builder --stop-at=${FLATPAK_MODULE} ${FLATPAK_BUILD_DIR} ${MANIFEST_PATH}
- flatpak build ${FLATPAK_BUILD_DIR} meson --prefix=/app ${MESON_ARGS} _build
- flatpak build ${FLATPAK_BUILD_DIR} ninja -C _build install
- flatpak-builder --finish-only --repo=repo ${FLATPAK_BUILD_DIR} ${MANIFEST_PATH}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.Retro.DemoSamplesTest
-
artifacts:
paths:
- ${BUNDLE}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]