aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-27 10:08:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-27 10:08:53 +0300
commitcd1eebb28a0ce8209593ef67fd57fbb2c18fec64 (patch)
tree9221752f978450615b7ee1218fb8945d5ca38ebb
parentVS 2013 workarounds (diff)
downloadwinapi-common-cd1eebb28a0ce8209593ef67fd57fbb2c18fec64.tar.gz
winapi-common-cd1eebb28a0ce8209593ef67fd57fbb2c18fec64.zip
Boost.Test is broken in 1.62
https://stackoverflow.com/q/39997542/514684
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2978e33..2e6b342 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -100,12 +100,12 @@ for:
only:
- image: Visual Studio 2015
environment:
- appveyor_boost_root: C:\Libraries\boost_1_62_0
+ appveyor_boost_root: C:\Libraries\boost_1_63_0
- matrix:
only:
- image: Visual Studio 2017
environment:
- appveyor_boost_root: C:\Libraries\boost_1_69_0
+ appveyor_boost_root: C:\Libraries\boost_1_67_0
- matrix:
only:
- image: Visual Studio 2019