THRIFT-3826 Appveyor builds cannot download winflexbison properly

Use appveyor-retry for winflexbison to alleviate the problem.

This closes #1095
This commit is contained in:
Nobuaki Sukegawa 2016-09-26 00:22:29 +09:00
parent be3acfda2f
commit 1e3cf9b9fd

View File

@ -56,7 +56,7 @@ install:
- move WIN32-Code\event2\* include\event2\
- move *.h include\
- cd ..
- cinst winflexbison
- appveyor-retry cinst -y winflexbison
- appveyor DownloadFile http://www.us.apache.org/dist/ant/binaries/apache-ant-%ANT_VERSION%-bin.zip
- 7z x apache-ant-%ANT_VERSION%-bin.zip > nul
- cd %APPVEYOR_BUILD_FOLDER%