[msitools: 3/5] .gitlab-ci: add autotest artifiacts



commit ab83e2b9282787d5e6eaf4fb2c68c65d8abcdfcc
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Aug 6 15:21:10 2019 +0400

    .gitlab-ci: add autotest artifiacts
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 .gitlab-ci.yml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f7ca8f..2980830 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,7 +178,12 @@ build_stable:
     - dnf install -y --nogpgcheck $DEPENDENCIES
     - dnf builddep -y --nogpgcheck msitools
   script:
-      - ./autogen.sh
-      - make
-      - make check
-      - make -C data check-wxi
+    - ./autogen.sh
+    - make
+    - make check
+    - make -C data check-wxi
+  artifacts:
+    paths:
+      - testsuite.log
+      - testsuite.dir/
+    when: on_failure


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