[gnome-shell-extensions] ci: Drop "regular" build job



commit a3541ff0d949b96bd8015fde4dee0b8b89aba93c
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Apr 11 00:40:45 2020 +0200

    ci: Drop "regular" build job
    
    We already do a meson build/install when exporting extension bundles, and
    now that the syntax check is handled by the CI instead of `meson test`,
    the job just duplicates work.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116

 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15af127..e83c1ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,13 +43,6 @@ eslint:
       - ${LINT_LOG}
     when: on_failure
 
-build-shell-extensions:
-  stage: build
-  script:
-    - meson _build .
-    - ninja -C _build test install
-  <<: *only_default
-
 build-bundles:
   stage: build
   script:


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