Try to add AppVeyor Cmake builds for debug and release

Take 27
pull/465/head
Jeffrey Walton 2017-08-23 15:29:16 -04:00
parent 295cd8e60b
commit 5083c0c65b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,8 @@ test_script:
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
dir *.exe
.\cryptest.exe v
.\cryptest.exe tv all
@ -92,6 +94,8 @@ test_script:
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
dir *.exe
.\cryptest.exe v
.\cryptest.exe tv all
@ -106,6 +110,8 @@ test_script:
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
dir *.exe
.\cryptest.exe v
.\cryptest.exe tv all