From cf7fe076140b11a6b835ac04a4dbab8f421151b3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 13:07:49 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 15 --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4458e31a..1c326e4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,6 +38,7 @@ test_script: - ps: >- echo "Image 1: $image" + echo "Image 2: $env:image" if($image -eq "Visual Studio 2017" -and $env:BUILD_MODE -eq "CMake")