[totem/wip/hadess/remove-flatpak-dist: 2/3] ci: Export test results and dist tarballs from CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/remove-flatpak-dist: 2/3] ci: Export test results and dist tarballs from CI
- Date: Mon, 14 Jun 2021 14:49:50 +0000 (UTC)
commit 932cd4fa6cf02372450384fde9f3cfe4626b81bf
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 14 15:39:04 2021 +0200
ci: Export test results and dist tarballs from CI
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 329079465..c9a730881 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,12 @@ build-fedora:
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
- ninja -C _build install
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build dist
+ artifacts:
+ when: always
+ name: "totem-${CI_COMMIT_REF_NAME}"
+ paths:
+ - "${CI_PROJECT_DIR}/_build/meson-logs"
+ - "${CI_PROJECT_DIR}/_build/meson-dist"
flatpak:master:
extends: .flatpak
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]