From 6e336610d4736bd07b7c8e8377895be7a71ce1fc Mon Sep 17 00:00:00 2001 From: Herbert Burzlaff Date: Thu, 9 May 2019 08:57:48 -0400 Subject: [PATCH] DEVOPS-151 - gitlab-ci - Splitting up make commands so that the console output has the test (make check) results last --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a025c6..9a1b3ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,9 @@ build: - autoreconf -fvi - ./configure --with-srcuri="$SRCURI" - npm install - - make all check info pdf html + - make all + - make info pdf html + - make check artifacts: paths: - doc/