Cleanup comments in AppVeyor config file
parent
18a05659f3
commit
3fe6709ae7
|
|
@ -22,20 +22,14 @@ image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
- Visual Studio 2013
|
- Visual Studio 2013
|
||||||
|
|
||||||
|
# Disable build through solution file
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
# project: cryptest.sln
|
# Build through commands in script below
|
||||||
# verbosity: minimal
|
|
||||||
# parallel: true
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
copy /y TestScripts\cryptlib.vcxproj .
|
|
||||||
|
|
||||||
copy /y TestScripts\cryptest.vcxproj .
|
|
||||||
|
|
||||||
msbuild /t:Build /p:platform=%platform%;configuration=%configuration% cryptlib.vcxproj
|
msbuild /t:Build /p:platform=%platform%;configuration=%configuration% cryptlib.vcxproj
|
||||||
|
|
||||||
msbuild /t:Build /p:platform=%platform%;configuration=%configuration% cryptest.vcxproj
|
msbuild /t:Build /p:platform=%platform%;configuration=%configuration% cryptest.vcxproj
|
||||||
|
|
@ -46,13 +40,9 @@ test_script:
|
||||||
|
|
||||||
cryptest.exe tv all
|
cryptest.exe tv all
|
||||||
|
|
||||||
# Right now, we have a few failures that we don't know how to workaround.
|
|
||||||
# - https://stackoverflow.com/questions/43441273/how-to-run-vcupgrade-before-appveyor-build
|
|
||||||
# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
to:
|
to:
|
||||||
- cryptopp-build@googlegroups.com
|
- cryptopp-build@googlegroups.com
|
||||||
on_build_success: true
|
on_build_success: true
|
||||||
on_build_failure: true
|
on_build_failure: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue