[librsvg: 5/9] Explicitly list the artifacts under _build to avoid storing everything
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 5/9] Explicitly list the artifacts under _build to avoid storing everything
- Date: Wed, 4 Sep 2019 00:07:09 +0000 (UTC)
commit 3cf18194e2cc921bce576a66f1cbb396cfe4328e
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Sep 3 14:18:24 2019 -0500
Explicitly list the artifacts under _build to avoid storing everything
In particular, cargo's target/ directory is super big and not useful
for the rest of the CI pipeline.
.gitlab-ci.yml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcc26111..1780d8d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,19 @@ stages:
artifacts:
paths:
- - _build
+ - _build/config*
+ - _build/*.pc
+ - _build/*.vapi
+ - _build/librsvg-zip
+ - _build/libtool
+ - _build/Makefile
+ - _build/*.gir
+ - _build/*.typelib
+ - _build/stamp*
+ - _build/win32
+ - _build/doc
+ - _build/.libs
+ expire_in: 1 day
cache:
# JOB_NAME - Each job will have it's own cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]