[libdmapsharing] .gitlab-ci.yml: add config.log to artifacts
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] .gitlab-ci.yml: add config.log to artifacts
- Date: Sun, 5 Jul 2020 17:54:36 +0000 (UTC)
commit 1114ce187430f66ab35cb9c403d632eaa382b77b
Author: W. Michael Petullo <mike flyn org>
Date: Sun Jul 5 12:54:18 2020 -0500
.gitlab-ci.yml: add config.log to artifacts
.gitlab-ci.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 335fc86..05e773b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,11 @@ build-ubuntu:
- make CFLAGS="-Wall -Wextra -Werror"
- make clean
+ artifacts:
+ paths:
+ - config.log
+ expire_in: 1 week
+
build-fedora:
image: fedora:latest
@@ -33,6 +38,7 @@ build-fedora:
artifacts:
paths:
- - ~/rpmbuild/RPMS/
- - ~/rpmbuild/SRPMS/
+ - config.log
+ - ~/rpmbuild/RPMS/
+ - ~/rpmbuild/SRPMS/
expire_in: 1 week
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]