[gegl] gitlab-ci: Run tests instead of installing gegl



commit eb70b6994c758765f3bacbb862242727212e5320
Author: Jan Vesely <jano vesely gmail com>
Date:   Sat Nov 2 23:18:22 2019 -0400

    gitlab-ci: Run tests instead of installing gegl
    
    Export test log as artifact.
    
    Signed-off-by: Jan Vesely <jano vesely gmail com>

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 079135851..e63cf2bd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,6 +52,9 @@ babl-min:
   stage: gegl
   variables:
     GIT_DEPTH: "15"
+  artifacts:
+    paths:
+    - _build/meson-logs/testlog.txt
   before_script:
     - pacman -Syu --noconfirm --needed --cachedir `pwd`/_pacman_cache
         base-devel ccache meson
@@ -80,7 +83,7 @@ babl-min:
    - LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH"
      ninja -C _build
    - LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH"
-     ninja -C _build install
+     ninja -C _build test
 
 .build-default:
   extends: .build-gegl


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