summaryrefslogtreecommitdiff
path: root/build/appveyor
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-31 18:35:51 -0500
committerJames E. King III <jking@apache.org>2019-02-01 11:13:49 -0500
commit3ec4031a4c6d685bcc02fa10dd13b2df58732b82 (patch)
treea8ca7edd5f22cc4503cdd194a2036e7764325663 /build/appveyor
parent53bd0e6295547e76ab00913cfd62f8d040bd996c (diff)
downloadthrift-3ec4031a4c6d685bcc02fa10dd13b2df58732b82.tar.gz
THRIFT-4405: fix cygwin on appveyor
Diffstat (limited to 'build/appveyor')
-rw-r--r--build/appveyor/CYGW-appveyor-install.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/appveyor/CYGW-appveyor-install.bat b/build/appveyor/CYGW-appveyor-install.bat
index 79b6ef06b..72712b20e 100644
--- a/build/appveyor/CYGW-appveyor-install.bat
+++ b/build/appveyor/CYGW-appveyor-install.bat
@@ -26,6 +26,12 @@ CALL cl_setenv.bat || EXIT /B
CALL cl_showenv.bat || EXIT /B
::
+:: Upgrades cygwin to the latest, if you want...
+::
+:: appveyor DownloadFile "https://cygwin.com/setup-x86_64.exe"
+:: setup-x86_64.exe --quiet-mode --wait --upgrade-also --packages="gcc-g++"
+
+::
:: Install apt-cyg for package management
::