[gnome-weather/wip/christopherdavis/install-dogtail-for-tests] CI: install dogtail for tests
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/install-dogtail-for-tests] CI: install dogtail for tests
- Date: Fri, 22 Feb 2019 09:30:03 +0000 (UTC)
commit 906388817b1b04fcfd5fc9d5ddd3995629af16ee
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Feb 22 04:22:51 2019 -0500
CI: install dogtail for tests
Apparently we can install extra packages on images.
.gitlab-ci.yml | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 406ffd2..fea48fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,12 +11,14 @@ flatpak:
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Weather"
extends: .flatpak
- script:
- - 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 ${MESON_ARGS} _build
- - flatpak build app ninja -C _build install
- - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- # Generate a Flatpak bundle
- - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
+ before_script:
+ - dnf install -y dogtail
+ # script:
+ # - 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 ${MESON_ARGS} _build
+ # - flatpak build app ninja -C _build install
+ # - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
+ # # Generate a Flatpak bundle
+ # - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]