From f2e3fabc325feacd67534ea7ae44a0bb61072dcd Mon Sep 17 00:00:00 2001 From: wowario <38101080+wowario@users.noreply.github.com> Date: Thu, 19 Apr 2018 13:38:46 +0300 Subject: [PATCH] Turn off tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0be9bcd6..f3abcb795 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ release-test: release-all: mkdir -p build/release - cd build/release && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) + cd build/release && cmake -D BUILD_TESTS=OFF -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) release-static: mkdir -p build/release @@ -92,7 +92,7 @@ release-static-linux-armv8: release-static-linux-x86_64: mkdir -p build/release - cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="linux-x64" ../.. && $(MAKE) + cd build/release && cmake -D BUILD_TESTS=OFF STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="linux-x64" ../.. && $(MAKE) release-static-freebsd-x86_64: mkdir -p build/release