[libgda: 4/7] Revert "CI: fixing artifact generation"
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 4/7] Revert "CI: fixing artifact generation"
- Date: Thu, 10 Jan 2019 20:12:41 +0000 (UTC)
commit 4581174f0c12ed7ac8ad6ded3e06ca687d833d9b
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Fri Dec 14 16:37:32 2018 -0600
Revert "CI: fixing artifact generation"
This reverts commit 695d594275922cfb44961c885f27eac1c7f53ff1.
.gitlab-ci.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a731989b..a83b3691f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,9 @@ stages:
- build
variables:
+ POSTGRES_DB: test
POSTGRES_USER: test
- POSTGRES_PASSWORD: test1
+ POSTGRES_PASSWORD: "test1"
DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf
meson ninja-build
libgtk-3-dev libxml2-dev gnome-common
@@ -63,18 +64,17 @@ autotools_build:
- make
- broadwayd &
- GDK_BACKEND=broadway make check
- - cd ..
artifacts:
when: on_failure
paths:
- - _build/tests/test-suite.log
- - _build/libgda/test-suite.log
- - _build/tests/data-models/test-suite.log
- - _build/tests/meta-store/test-suite.log
- - _build/tests/meta-store/check_meta_store_postgresql.log
- - _build/tests/value-holders/test-suite.log
- - _build/tests/parser/test-suite.log
- - _build/tests/providers/test-suite.log
+ - tests/test-suite.log
+ - libgda/test-suite.log
+ - tests/data-models/test-suite.log
+ - tests/meta-store/test-suite.log
+ - tests/meta-store/check_meta_store_postgresql.log
+ - tests/value-holders/test-suite.log
+ - tests/parser/test-suite.log
+ - tests/providers/test-suite.log
expire_in: 1 week
meson_build:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]