From 4ebb869a94aaaa062ada380f218db6ea900e14f1 Mon Sep 17 00:00:00 2001 From: Etienne Champetier Date: Tue, 23 Oct 2018 16:40:04 -0400 Subject: [PATCH] build,circleci: make compile verbose to avoid timeout Signed-off-by: Etienne Champetier --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37e0661586..853a8c7a61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: make "package/$PKG/check" V=s done for PKG in $PKGS ; do - make "package/$PKG/compile" -j3 + make "package/$PKG/compile" -j3 V=s done - store_artifacts: