[glib/wip/hadess/installed-tests: 23/27] ci: Run installed-tests on Fedora
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/hadess/installed-tests: 23/27] ci: Run installed-tests on Fedora
- Date: Wed, 4 Dec 2019 13:06:46 +0000 (UTC)
commit ead670b1c47251ae15fa0f68af597761274463ed
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 15 11:59:00 2019 +0100
ci: Run installed-tests on Fedora
Run installed-tests on a Fedora system.
.gitlab-ci.yml | 34 ++++++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba75de770..65cad1f34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,12 +50,6 @@ fedora-x86_64:
- lcov --config-file .gitlab-ci/lcovrc --directory _build --capture --initial --output-file
"_coverage/${CI_JOB_NAME}-baseline.lcov"
- .gitlab-ci/run-tests.sh
- lcov --config-file .gitlab-ci/lcovrc --directory _build --capture --output-file
"_coverage/${CI_JOB_NAME}.lcov"
- # FIXME: We should run all installed tests, but do only this one for now
- # because it cannot run uninstalled. Reconfigure with dtrace disabled
- # because it breaks static link.
- - meson configure -Ddtrace=false _build
- - ninja -C _build install
- - GLIB_TEST_COMPILATION=1 $HOME/glib-installed/libexec/installed-tests/glib/static-link.py
$HOME/glib-installed/lib/pkgconfig
artifacts:
reports:
junit: "_build/${CI_JOB_NAME}-report.xml"
@@ -96,6 +90,34 @@ debian-stable-x86_64:
- "_build/meson-logs"
- "_build/${CI_JOB_NAME}-report.xml"
+installed-tests:
+ extends: .only-default
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
+ stage: build
+ script:
+ # dtrace is disabled because it breaks the static-link.py test
+ - meson ${MESON_COMMON_OPTIONS}
+ --werror
+ --prefix=/usr --libdir=/usr/lib64
+ -Dfam=true
+ -Dinstalled_tests=true
+ -Ddefault_library=both
+ -Ddtrace=false
+ _build
+ - ninja -C _build
+ - sudo ninja -C _build install
+ - gnome-desktop-testing-runner
+ --report-directory=_build/installed-tests-report/failed/
+ glib
+ artifacts:
+ name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
+ when: always
+ paths:
+ - "_build/config.h"
+ - "_build/glib/glibconfig.h"
+ - "_build/meson-logs"
+ - "_build/installed-tests-report/"
+
G_DISABLE_ASSERT:
extends: .only-default
image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]