[libgweather/ebassi/gtk4] ci: Store introspection and vapi files as artefacts



commit 2552715ebb150422327fcd508cfa285a52382b91
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 12 14:30:48 2021 +0100

    ci: Store introspection and vapi files as artefacts
    
    This way it's going to be slightly easier to check for issues.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 609d9a34..2d96b05d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,8 @@ stages:
     name: "libgweather-${CI_COMMIT_REF_NAME}"
     paths:
       - "${CI_PROJECT_DIR}/_build/meson-logs"
+      - "${CI_PROJECT_DIR}/_build/libgweather/GWeather-3.0.gir"
+      - "${CI_PROJECT_DIR}/_build/libgweather/GWeather-3.0.vapi"
 
 # Inherit to build the API reference via gi-docgen
 # @PROJECT_DEPS: the dependencies of the project (on Fedora)


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