[libsoup/wip/ci] Restore to last working version, also add artifacts to download test results log
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci] Restore to last working version, also add artifacts to download test results log
- Date: Tue, 14 Aug 2018 09:47:30 +0000 (UTC)
commit b6835da5d6cb148fa09824ce2e7ad628d6d2f092
Author: Claudio Saavedra <csaavedra igalia com>
Date: Tue Aug 14 09:46:35 2018 +0000
Restore to last working version, also add artifacts to download test results log
.gitlab-ci.yml | 23 +++++------------------
1 file changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a167c9eb..3044c73c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,9 @@
image: fedora:28
-stages:
- - build
- - test
- - cleanup
-
variables:
ADDITIONAL_DEPENDENCIES: which gtk-doc libpsl-devel make httpd php mod_ssl redhat-rpm-config
-build_job:
- stage: build
+build_stable:
before_script:
- dnf update -y --nogpgcheck
- dnf install -y 'dnf-command(builddep)'
@@ -18,14 +12,7 @@ build_job:
script:
- ./autogen.sh
- make
-
-test_job:
- stage: test
- script:
- - make test
-
-cleanup_job:
- stage: cleanup
- script:
- - cat tests/test-suite.log
- when: on_failure
+ - make check
+ artifacts:
+ paths: tests/test-suite.log
+ when: on_failure
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]