[gtkmm-documentation] CI: Install meson >= 0.56.0
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] CI: Install meson >= 0.56.0
- Date: Sat, 19 Feb 2022 08:53:18 +0000 (UTC)
commit a306f9ee2c878299919092216b11551dbda1ec76
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Sat Feb 19 09:51:54 2022 +0100
CI: Install meson >= 0.56.0
.gitlab-ci.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77aa0db..5eb35b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
before_script:
- export PATH="$HOME/.local/bin:$PATH"
- dnf install -y ${FEDORA_DEPS}
- - pip install --user meson==${MESON_VERSION}
+ - pip install --user "meson>=0.56.0"
docs-validation:
extends: .build-default
@@ -30,7 +30,6 @@ docs-validation:
python3
python3-pip
python3-wheel
- MESON_VERSION: "0.50.0"
MESON_OPTIONS: "-Dbuild-examples=false -Dvalidation=true -Dbuild-translations=true -Dbuild-pdf=false"
script:
- meson setup ${MESON_OPTIONS} _build .
@@ -52,7 +51,6 @@ html-tutorial:
python3
python3-pip
python3-wheel
- MESON_VERSION: "0.50.0"
MESON_OPTIONS: "-Dbuild-examples=false -Dvalidation=false -Dbuild-translations=false -Dbuild-pdf=false"
script:
- meson setup --prefix=/usr --datadir=share ${MESON_OPTIONS} _build .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]