ci: drop ineffective V env variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
339afac117
commit
b169783847
|
@ -27,8 +27,6 @@ pipeline {
|
||||||
MAKEFLAGS = '-j4'
|
MAKEFLAGS = '-j4'
|
||||||
/* Disable colors in Nim compiler logs */
|
/* Disable colors in Nim compiler logs */
|
||||||
NIMFLAGS = '--colors:off'
|
NIMFLAGS = '--colors:off'
|
||||||
/* Verbosity of make targets */
|
|
||||||
V = "1"
|
|
||||||
/* Makefile assumes the compiler folder is included */
|
/* Makefile assumes the compiler folder is included */
|
||||||
QTDIR = "/opt/qt/5.14.0/gcc_64"
|
QTDIR = "/opt/qt/5.14.0/gcc_64"
|
||||||
/* Control output the filename */
|
/* Control output the filename */
|
||||||
|
|
Loading…
Reference in New Issue