summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-12-31 10:01:28 +0200
committerDavid Faure <faure@kde.org>2020-12-31 19:48:54 +0000
commitc1d1c70684dac11ce6c14a5089b5cb0b64a7dc27 (patch)
treef1e0aecfcce717b38b76f5c7ff32c2661c2d37ba /.gitlab-ci.yml
parentc268d1c8c2e6e100dbb8df46d17df20bfd9be2fc (diff)
downloadshared-mime-info-c1d1c70684dac11ce6c14a5089b5cb0b64a7dc27.tar.gz
xdgmime: configure as submodule
So that we can bind it to a specific revision, and help with keeping clones up to date. GitLab CI instructs to use a relative path to submodules on the same GitLab server [0], but doing so causes a meson/ninja dist failure [1]. Configure using a full https URL for now, as it appears to work with GitLab just fine. [0] https://docs.gitlab.com/ce/ci/git_submodules.html [1] https://github.com/mesonbuild/meson/issues/8144
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f250537..9d2cc051 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ variables:
findutils
gettext-devel
meson
+ GIT_SUBMODULE_STRATEGY: normal
build:meson:
before_script:
@@ -21,7 +22,6 @@ build:meson:
- dnf install -y --nogpgcheck $DEPENDENCIES
script:
# Compile xdgmime
- - git clone https://gitlab.freedesktop.org/xdg/xdgmime.git
- make -C xdgmime
# Compile and test shared-mime-info