parent
5fe020c6ff
commit
4c9e59f4d2
|
|
@ -52,6 +52,8 @@ test_script:
|
||||||
|
|
||||||
msbuild /t:Build cryptest.vcxproj
|
msbuild /t:Build cryptest.vcxproj
|
||||||
|
|
||||||
|
copy /Y $env:configuration\cryptest.exe .
|
||||||
|
|
||||||
.\cryptest.exe v
|
.\cryptest.exe v
|
||||||
|
|
||||||
.\cryptest.exe tv all
|
.\cryptest.exe tv all
|
||||||
|
|
@ -72,6 +74,8 @@ test_script:
|
||||||
|
|
||||||
msbuild /t:Build cryptest.vcxproj
|
msbuild /t:Build cryptest.vcxproj
|
||||||
|
|
||||||
|
copy /Y $env:configuration\cryptest.exe .
|
||||||
|
|
||||||
.\cryptest.exe v
|
.\cryptest.exe v
|
||||||
|
|
||||||
.\cryptest.exe tv all
|
.\cryptest.exe tv all
|
||||||
|
|
@ -92,6 +96,8 @@ test_script:
|
||||||
|
|
||||||
msbuild /t:Build cryptest.vcxproj
|
msbuild /t:Build cryptest.vcxproj
|
||||||
|
|
||||||
|
copy /Y $env:configuration\cryptest.exe .
|
||||||
|
|
||||||
.\cryptest.exe v
|
.\cryptest.exe v
|
||||||
|
|
||||||
.\cryptest.exe tv all
|
.\cryptest.exe tv all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue