Try to add AppVeyor Cmake builds for debug and release

Take 23
pull/465/head
Jeffrey Walton 2017-08-23 14:56:41 -04:00
parent 5c42f096f3
commit b15f7b7e34
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:configuration\cryptest.exe .
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\cryptest.exe $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v
@ -74,7 +74,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:configuration\cryptest.exe .
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\cryptest.exe $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v
@ -96,7 +96,7 @@ test_script:
msbuild /t:Build cryptest.vcxproj
robocopy $env:configuration\cryptest.exe .
robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\cryptest.exe $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v