commit | fac3f69725f507872e6d68afea5debd020ce2580 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Wed Jan 04 21:46:23 2017 -0500 |
committer | James E. King, III <jim.king@simplivity.com> | Wed Jan 04 23:38:53 2017 -0500 |
tree | 129e512761072f21044b1d5514f38ee88d7a0e3a | |
parent | b587a12a116cc394b62d9af2bbcecd50cfb18ce3 [diff] [blame] |
fix appveyor builds - ant version changed to 1.9.8
diff --git a/appveyor.yml b/appveyor.yml index 03ee295..e7ab87d 100755 --- a/appveyor.yml +++ b/appveyor.yml
@@ -30,7 +30,7 @@ BOOST_ROOT: C:\Libraries\boost_1_59_0 BOOST_LIBRARYDIR: C:\Libraries\boost_1_59_0\lib64-msvc-14.0 # Unfurtunately, this version needs manual update because old versions are quickly deleted. - ANT_VERSION: 1.9.7 + ANT_VERSION: 1.9.8 install: - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64'