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