From 675ea70e865aac9cd96e5459afaea67fadc719c9 Mon Sep 17 00:00:00 2001 From: Norbert Federa Date: Tue, 14 Jun 2016 12:57:30 +0200 Subject: [PATCH] ci: build tests on windows from now on --- ci/cmake-preloads/config-windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cmake-preloads/config-windows.txt b/ci/cmake-preloads/config-windows.txt index 0a84d883d..723f3708b 100644 --- a/ci/cmake-preloads/config-windows.txt +++ b/ci/cmake-preloads/config-windows.txt @@ -1,4 +1,4 @@ message("PRELOADING windows cache") set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") set(WITH_SERVER "ON" CACHE BOOL "Build server binaries") -#set (BUILD_TESTING ON CACHE BOOL "build testing") +set (BUILD_TESTING ON CACHE BOOL "build testing")