[PATCH 1/2] .gitlab-ci.yml: Do a verbose build

Uli Schlachter <[email protected]> Tue, 13 Nov 2018 16:33:41 +0100
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
With VERBOSE=1, a lot more stuff is printed while make runs. Perhaps
most interestingly, this prints the output of a failed test after the
test failed. Thus, this gives us the output of the test suite.

Signed-off-by: Uli Schlachter <[email protected]>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2928eca44..96c219f29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ stages:

   script:
     - ./autogen.sh
-    - make check TARGETS=image NUM_THREADS=8
+    - make check TARGETS=image NUM_THREADS=8 VERBOSE=1

   artifacts:
     when: on_failure
-- 
2.19.1
-- 
cairo mailing list
[email protected]
https://lists.cairographics.org/mailman/listinfo/cairo