From 96f5d4e455af3eb0c296b190727b0d76014c7534 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 8 Feb 2020 18:09:04 +0100 Subject: boost: Updated tests --- ci/azure-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/azure-steps.yml') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 1c861e7..fa28046 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -49,8 +49,8 @@ steps: # install boost (except for clang-cl) if ($env:arch -eq 'x86') { $boost_bitness = '32' } else { $boost_bitness = '64' } - if ($env:compiler -eq 'msvc2017') { - $boost_version = '1.64.0' ; $boost_abi_tag = '14.1' + if ($env:compiler -eq 'msvc2017' -Or $env:compiler -eq 'msvc2019' -Or $env:compiler -eq 'clang-cl') { + $boost_version = '1.72.0' ; $boost_abi_tag = '14.1' } if ($boost_version) { $boost_filename = $boost_version.Replace('.', '_') -- cgit v1.1