[glib/wip/hadess/installed-tests: 1/4] 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: 1/4] ci: Run installed-tests on Fedora
- Date: Thu, 28 Nov 2019 13:31:43 +0000 (UTC)
commit 2abbe664e8c5e0242f3bb827154d360818ea9b7e
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 660173651..fb965402a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,12 +52,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"
@@ -98,6 +92,34 @@ debian-stable-x86_64:
- "_build/meson-logs"
- "_build/${CI_JOB_NAME}-report.xml"
+installed-tests:
+ <<: *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
+ -Ddtrace=false
+ _build
+ - ninja -C _build
+ - sudo ninja -C _build install
+ - gnome-desktop-testing-runner
+ --report-directory=_build/installed-tests-report/failed/
+ --log-directory=_build/installed-tests-report/logs/
+ 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:
<<: *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]