From 8ad7d1101c6fdab0de3388fb773831219c3eafa5 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 31 Mar 2019 14:36:19 -0400 Subject: [PATCH] build examples too --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4694304..57d2d15 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ matrix: fast_finish: false before_build: - # see https://www.appveyor.com/docs/lang/cpp/#visual-studio-2017 + # see https://www.appveyor.com/docs/lang/cpp/#visual-studio-2017 - if "%VS%"=="2017" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - if "%VS%"=="2017" set CMAKE_GENERATOR="Visual Studio 15 2017 Win64" # see https://www.appveyor.com/docs/lang/cpp/#visual-studio-2015