diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-02-08 18:09:04 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-02-20 13:38:45 +0100 |
commit | 96f5d4e455af3eb0c296b190727b0d76014c7534 (patch) | |
tree | d7bfbb9609b2577d896898c5871df3787a9330cc /ci/azure-steps.yml | |
parent | 08224dafcba1b694fb624553e7d84deb565aae22 (diff) | |
download | meson-96f5d4e455af3eb0c296b190727b0d76014c7534.zip meson-96f5d4e455af3eb0c296b190727b0d76014c7534.tar.gz meson-96f5d4e455af3eb0c296b190727b0d76014c7534.tar.bz2 |
boost: Updated tests
Diffstat (limited to 'ci/azure-steps.yml')
-rw-r--r-- | ci/azure-steps.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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('.', '_') |