[atkmm/kjellahl/testci] CI: Test apt install



commit c1728b27b849447ec083fe232d6fb132677999c4
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Fri Sep 10 14:58:06 2021 +0200

    CI: Test apt install

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index beade5d..b2dd0e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,10 @@ release_gcc_build:
   variables:
     DEPENDENCIES: $MESON_GCC_DEPS
   script:
-    - apt -y install $DEPENDENCIES
+    - if apt -y install $DEPENDENCIES
+    - then echo apt install succeeded
+    - else echo apt install failed $?
+    - fi
     - ninja -C libsigc/_build install
     - ninja -C glibmm/_build install
     - mkdir _build && cd _build


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