From 7bafeaae1b0d8f5e22c202614a7b7899e11b2466 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Sat, 18 Jan 2020 02:21:33 +0100
Subject: [PATCH] Don't build tests on windows

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index aaea6353f..019255e30 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,5 +22,5 @@ build_script:
     - cmake --version
 
     - cmake -G "Visual Studio 15 2017 Win64" -H. -Bbuild -DHUNTER_ENABLED=ON -DHUNTER_ROOT="C:\hunter"
-      -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
+      -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -DUSE_BUNDLED_GTEST=OFF -DBUILD_LIB_TESTS=OFF
     - cmake --build build --config Release
-- 
GitLab