summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-09-26 00:22:29 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-09-26 01:41:53 +0900
commit1e3cf9b9fdcf9a7b7ffc18a2e6148465b154e66b (patch)
tree5de9acf9c2b4977ab118876b7f985617f7b732c1 /appveyor.yml
parentbe3acfda2ffc39d355b6197d567cd8d6ad93f0c6 (diff)
downloadthrift-1e3cf9b9fdcf9a7b7ffc18a2e6148465b154e66b.tar.gz
THRIFT-3826 Appveyor builds cannot download winflexbison properly
Use appveyor-retry for winflexbison to alleviate the problem. This closes #1095
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cef707ec7..4324c6368 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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%