From 93dd8f535d46a24c59f618b9618f784a49498cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Sep 2021 00:08:29 +0200 Subject: [PATCH] ci: Init submodule As the gnome-shell-sass submodule isn't included under subprojects, meson doesn't handle it automatically. Part-of: --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92ce01ed..abffa4a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,6 +139,8 @@ fedora-build: stage: build needs: - build-fedora-container + before_script: + - git submodule update --init script: - meson setup build --werror -Dextension_set=all -Dclassic=true - meson compile -C build @@ -155,6 +157,8 @@ fedora-dist: stage: deploy needs: - fedora-build + before_script: + - git submodule update --init script: - meson dist -C build rules: