From a3541ff0d949b96bd8015fde4dee0b8b89aba93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 11 Apr 2020 00:40:45 +0200 Subject: [PATCH] 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 15af127a..e83c1eda 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: