[geocode-glib/wip/hadess/better-ci: 2/3] ci: Remove the redundant "install" and "test" steps




commit 3c12fcfea1d41b9923c60fbabe89d96e50ab487a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 30 15:21:08 2022 +0200

    ci: Remove the redundant "install" and "test" steps

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 967c5d2..a5e7966 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,9 +42,6 @@ build-fedora-soup2:
     # Undo delangification present in the Fedora Docker images
     - .ci/undo-delangification.sh $COMMON_DEPS $SOUP2_DEPS
   script:
-    - meson _build
-    - ninja -C _build install
-    - ninja -C _build test
     - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
     - check-abi --new-parameters="-Dsoup2=true" ${LAST_ABI_BREAK} $(git rev-parse HEAD)
 


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