From 12d930471b20abdb4ba7bcf5b33beaa8532e6800 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 17 Dec 2016 10:22:43 +0100 Subject: [PATCH] don't build all targets with appveyor, only build tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0f2fd308..8af262a2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ before_build: - cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON build: - project: build/xlnt_all.sln + project: build/tests/xlnt.test.sln parallel: true verbosity: minimal