[evince/wip/gpoo/ci-cache] ci: Remove unused path when building flatpak
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gpoo/ci-cache] ci: Remove unused path when building flatpak
- Date: Fri, 1 Apr 2022 20:14:27 +0000 (UTC)
commit 8f07b35ad8ba906c3b5d48c18c37df30e346c7df
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Thu Mar 31 09:12:20 2022 -0300
ci: Remove unused path when building flatpak
* Fix warnings for files Evince does not log as there are no
tests, yet.
.gitlab-ci.yml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f54dbb706..6db508e0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,15 @@ flatpak:
MESON_ARGS: "-Dnautilus=false -Dgtk_doc=false"
APP_ID: "org.gnome.Evince"
extends: .flatpak
- allow_failure: true
+ artifacts:
+ # Rewrite paths and reports to "remove" testlog.txt and junit files,
+ # which do not exists in evince build, yet.
+ paths:
+ - "${BUNDLE}"
+ - 'repo.tar'
+ - '.flatpak-builder/build/${FLATPAK_MODULE}/_flatpak_build/meson-logs/meson-log.txt'
+ reports:
+ junit: []
nightly:
dependencies:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]