summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJim King <jim.king@simplivity.com>2016-04-17 19:57:04 -0400
committerJens Geyer <jensg@apache.org>2016-04-21 22:37:37 +0200
commit8077883a71bb3a2d3fbc05e665d5020708b5cafc (patch)
treef7666c6c7ed5dc9e21d5667f1e75cd1b54d8880c /appveyor.yml
parent653f0de4813ed3cbff508a735ad77b03f4fb1c84 (diff)
downloadthrift-8077883a71bb3a2d3fbc05e665d5020708b5cafc.tar.gz
THRIFT-3793: move to ant-1.9.7 for appveyor builds
Client: Build process Patch: Jim King <jim.king@simplivity.com> This closes #990
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5de928cfb..9e37cd9b6 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,15 +55,15 @@ install:
- move *.h include\
- cd ..
- cinst winflexbison
-- appveyor DownloadFile http://www.us.apache.org/dist//ant/binaries/apache-ant-1.9.6-bin.zip
-- 7z x apache-ant-1.9.6-bin.zip > nul
+- appveyor DownloadFile http://www.us.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.zip
+- 7z x apache-ant-1.9.7-bin.zip > nul
- cd %APPVEYOR_BUILD_FOLDER%
# TODO: Enable Haskell build
# - cinst HaskellPlatform -version 2014.2.0.0
build_script:
-- set PATH=C:\ProgramData\chocolatey\bin;C:\apache-ant-1.9.6\bin;%PATH%
+- set PATH=C:\ProgramData\chocolatey\bin;C:\apache-ant-1.9.7\bin;%PATH%
- set JAVA_HOME=C:\Program Files\Java\jdk1.7.0
- set PATH=%JAVA_HOME%\bin;%PATH%
# - set PATH=%PATH%;C:\Program Files (x86)\Haskell Platform\2014.2.0.0\bin