[pangomm] CI: Comment out 'meson test'
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] CI: Comment out 'meson test'
- Date: Mon, 6 Dec 2021 17:43:41 +0000 (UTC)
commit e7938c33ed2448211ed947e97e66e769d5334961
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Mon Dec 6 18:41:34 2021 +0100
CI: Comment out 'meson test'
If the package manager does not find a new enough version of pango,
pango is built as a subproject, and 'meson test' tests both pango and
pangomm. If a pango test fails, the whole CI fails.
There are no tests in pangomm, anyway.
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7892432..ce9c229 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ release_gcc_build:
# -Ddebug=false + -Doptimization=3 correspond to -Dbuildtype=release
- meson --prefix=/usr --libdir=lib -Ddebug=false -Doptimization=3 -Dwarnings=fatal
- meson compile
- - meson test
+ # - meson test
- meson install
cache:
key: build-deps
@@ -126,7 +126,7 @@ release_clang_build:
# -Ddebug=false + -Doptimization=3 correspond to -Dbuildtype=release
- CC=clang CXX=clang++ meson --prefix=/usr --libdir=lib -Ddebug=false -Doptimization=3 -Dwarnings=fatal
- meson compile
- - meson test
+ # - meson test
- meson install
allow_failure: true
cache:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]