From e214192de0f1baa15e1a08d1d643d3675793ff28 Mon Sep 17 00:00:00 2001 From: Xpol Wan Date: Tue, 5 Jul 2016 11:32:06 +0800 Subject: [PATCH] Debug appveyor. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 879cd0d7..2cafb661 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,8 @@ init: [] install: [] before_build: - git submodule update --init --recursive -- cmake -H. -Bbuild -G "Visual Studio 14 2015 Win64" -D SHARED=%SHARED% -D STATIC=%STATIC% -D TESTS=1 +- echo cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON +- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON build: project: build\xlnt.sln