[totem-pl-parser/wip/hadess/split-tests: 1/4] ci: Run dist in same environment as tests




commit 674ef7bb924261d507fbb72a64997d244dd56a3a
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 11 10:01:13 2022 +0100

    ci: Run dist in same environment as tests
    
    Seeing as the dist processing runs the tests too...

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80e28db..fb50b5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,8 @@ build-fedora:
     - dnf install -y $TEST_DEPS
     - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build test
     - ninja -C _build install
-    - ninja -C _build dist
+    # dist also runs the tests
+    - GIO_USE_VOLUME_MONITOR=unix dbus-run-session ninja -C _build dist
   artifacts:
     when: always
     paths:


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