From 5fe020c6ffdcb33b89998950a33b9390ba824619 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 13:48:52 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 19 --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c4b866b0..3ddcf21c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,7 +50,7 @@ test_script: msbuild /t:Build cryptopp-static.vcxproj - msbuild /t:Build cryptopp.vcxproj + msbuild /t:Build cryptest.vcxproj .\cryptest.exe v @@ -70,7 +70,7 @@ test_script: msbuild /t:Build cryptopp-static.vcxproj - msbuild /t:Build cryptopp.vcxproj + msbuild /t:Build cryptest.vcxproj .\cryptest.exe v @@ -90,7 +90,7 @@ test_script: msbuild /t:Build cryptopp-static.vcxproj - msbuild /t:Build cryptopp.vcxproj + msbuild /t:Build cryptest.vcxproj .\cryptest.exe v