Try to add AppVeyor Cmake builds for debug and release

Take 29
pull/465/head
Jeffrey Walton 2017-08-23 15:50:36 -04:00
parent 0b9b84bc2c
commit a7801fc130
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 11 deletions

View File

@ -50,9 +50,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
dir *.exe
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
.\cryptest.exe v
@ -72,9 +70,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
dir *.exe
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
.\cryptest.exe v
@ -94,9 +90,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
dir *.exe
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
.\cryptest.exe v
@ -112,8 +106,6 @@ test_script:
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
dir *.exe
.\cryptest.exe v
.\cryptest.exe tv all