From a73ee56f33a2701426330bee22d638bd246d4964 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 13:05:13 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 14 --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 6300a881..4458e31a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,6 +37,9 @@ test_script: - ps: >- + echo "Image 1: $image" + echo "Image 2: $env:image" + if($image -eq "Visual Studio 2017" -and $env:BUILD_MODE -eq "CMake") {