summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-03-20 02:01:33 +0100
committerMarge Bot <marge-bot@gnome.org>2023-04-20 15:59:56 +0000
commitea629cabbfa51d5ad2a521970f6c5288346e55fe (patch)
tree387631fce169b01fcaac9981e43f239a6cc802f2 /.gitlab-ci.yml
parentd97c667937a76de843fe8637915acf91b8b55799 (diff)
downloadgnome-shell-ea629cabbfa51d5ad2a521970f6c5288346e55fe.tar.gz
ci: Make fringe meson-install arguments optional
Both the subdir and prepare arguments are very specific to building the extensions-tool subproject stand-alone. In order to make the script more generic, turn those required arguments into optional --subdir and --prepare ones. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2712>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3fbc0281..581351562 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,11 +68,11 @@ workflow:
'C Development Tools and Libraries' &&
./.gitlab-ci/install-meson-project.sh \
+ --subdir subprojects/extensions-tool/ \
+ --prepare ./generate-translations.sh \
-Dman=false \
https://gitlab.gnome.org/GNOME/gnome-shell.git \
- main \
- subprojects/extensions-tool/ \
- ./generate-translations.sh &&
+ main &&
dnf clean all