From e350570ae6e59ffff6319b2944a7d6047808407c Mon Sep 17 00:00:00 2001 From: Crzyrndm Date: Sat, 28 Jul 2018 18:12:01 +1200 Subject: [PATCH] Actually build samples + benchmarks on appveyor --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ade2c3cc..efd72a9d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,17 +14,19 @@ environment: matrix: - STATIC: OFF - STATIC: ON + +matrix: + fast_finish: true init: [] before_build: - - del /S /F build - mkdir build - cd build - cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON .. build: - project: build/tests/xlnt.test.sln + project: build/xlnt_all.sln parallel: true verbosity: minimal