[librsvg: 7/9] Add the .la files to the artifacts



commit 5e39ce009110e01b626e9d4e4ea125909b3110dd
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Sep 3 18:13:03 2019 -0500

    Add the .la files to the artifacts

 .gitlab-ci.yml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d73db9a5..a5045eb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,30 +54,31 @@ stages:
 
   artifacts:
     paths:
-      - _build/config*
+      - _build/*.gir
+      - _build/*.la
       - _build/*.pc
+      - _build/*.typelib
       - _build/*.vapi
+      - _build/.libs
+      - _build/Makefile
+      - _build/config*
+      - _build/doc
       - _build/librsvg-zip
       - _build/libtool
-      - _build/Makefile
-      - _build/*.gir
-      - _build/*.typelib
       - _build/stamp*
       - _build/win32
-      - _build/doc
-      - _build/.libs
       - compile
       - config.guess
+      - config.h.in
       - config.rpath
       - config.sub
-      - install-sh
-      - ltmain.sh
-      - config.h.in
       - depcomp
       - gtk-doc.make
+      - install-sh
+      - ltmain.sh
       - missing
-      - test-driver
       - po
+      - test-driver
     expire_in: 1 day
 
   cache:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]