From a1a2f2f4e208491ebcdfb6ab36e29581660a7686 Mon Sep 17 00:00:00 2001 From: "B.Melnik" Date: Thu, 1 Jul 2021 20:59:03 +0300 Subject: [PATCH] Remove it: add V=1 option for tests --- ci/Jenkinsfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 526cefdaed..28072c22ba 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -26,7 +26,7 @@ pipeline { environment { TARGET = 'windows' /* Improve make performance */ - MAKEFLAGS = '-j4' + MAKEFLAGS = '-j4 V=1' /* Disable colors in Nim compiler logs */ NIMFLAGS = '--colors:off' /* Control output the filename */