summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2023-12-04 13:31:45 +0000
committerDavid Faure <faure@kde.org>2024-02-01 09:15:37 +0000
commit58389952ca8d6b0011728b11ca392541cda691bf (patch)
tree256ef14a3dfbd0c6805d4060ab193f1727ef44cb
parent7b03ab8b5bd077b70300e21b978ede117fd6218f (diff)
ci: Use modern meson subcommands
This introduces no functional changes, it just tidies things up a bit. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ef643c..05b8cb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,10 +104,10 @@ fedora-x86_64-container_prep:
- make -C xdgmime
# Compile and test shared-mime-info
- - meson _build
- - ninja -C _build
- - ninja -C _build test
- - ninja -C _build dist
+ - meson setup _build
+ - meson compile -C _build
+ - meson test -C _build
+ - meson dist -C _build
artifacts:
when: always
paths: