From 9bd15d174f177a6543aa8713e49b89b6a1bcf9b2 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 26 Jun 2020 04:13:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D1=80=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D0=B4=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduled.yml b/scheduled.yml index 3dc29c3..c76acbd 100644 --- a/scheduled.yml +++ b/scheduled.yml @@ -41,7 +41,7 @@ variables: if [ -n "${CONFIGURE_CMD}" ]; then ${CONFIGURE_CMD} else - cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=_output -DCPACK_PACKAGING_INSTALL_PREFIX=/opt/rtis .. + cmake -G Ninja -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=_output -DCPACK_PACKAGING_INSTALL_PREFIX=/opt/rtis .. fi - > if [ -n "${BUILD_CMD}" ]; then