[gnome-shell/wip/fmuellner/ci-test] ci: Add test stage
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/ci-test] ci: Add test stage
- Date: Tue, 12 Feb 2019 21:48:17 +0000 (UTC)
commit 7af33c4d4f28af3fcb0b05d6bb2665af75065ae4
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 | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2be3bce8f..7e2fb4648 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
stages:
- source_check
- build
+ - test
variables:
JS_LOG: "js-report.txt"
@@ -44,3 +45,15 @@ build:
- meson . build -Dbuiltype=debugoptimized
- ninja -C build
- ninja -C build install
+ artifacts:
+ expire_in: 1 day
+ paths:
+ - build
+
+test:
+ image: registry.gitlab.gnome.org/gnome/mutter/master:v1
+ stage: test
+ dependencies:
+ - build
+ script:
+ - meson -C build test --no-rebuild
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]