Skip to content

Commit

Permalink
Update appveyor to build with MSVC 2022 and fix boost
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Nov 29, 2021
1 parent 41fe321 commit bf0cf60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ environment:
BOOST_ROOT: C:\Libraries\boost_1_66_0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
VS_VERSION_MAJOR: 16
BOOST_ROOT: C:\Libraries\boost_1_71_0
BOOST_ROOT: C:\Libraries\boost_1_73_0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
VS_VERSION_MAJOR: 17
BOOST_ROOT: C:\Libraries\boost_1_73_0

matrix:
exclude:
Expand Down

0 comments on commit bf0cf60

Please sign in to comment.