parent
295cd8e60b
commit
5083c0c65b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue