[gnome-shell/wip/fmuellner/more-ci: 4/6] ci: Add test stage
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/more-ci: 4/6] ci: Add test stage
- Date: Sat, 16 Feb 2019 16:54:48 +0000 (UTC)
commit 62d3d04557a4417b424df76a455da47ee44d5c34
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 12 22:39:47 2019 +0100
ci: Add test stage
We never gained a proper test suite, but run at least the tests we
have.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/408
.gitlab-ci.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27fff7235..4a35606bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ stages:
- review
- source_check
- build
+ - test
variables:
JS_LOG: "js-report.txt"
@@ -51,3 +52,22 @@ build:
- ninja -C build
- ninja -C build install
<<: *only_default
+ artifacts:
+ expire_in: 1 day
+ paths:
+ - mutter
+ - build
+
+test:
+ image: registry.gitlab.gnome.org/gnome/gnome-shell/master:v1
+ stage: test
+ before_script:
+ - ninja -C mutter/build install
+ script:
+ - xvfb-run meson test -C build --no-rebuild
+ <<: *only_default
+ artifacts:
+ expire_in: 1 day
+ paths:
+ - build/meson-logs/testlog.txt
+ when: on_failure
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]