Skip to content

Commit

Permalink
Added Visual Studio 2022 CI tests (#6)
Browse files Browse the repository at this point in the history
* Added Visual Studio 2022 CI tests
  • Loading branch information
jtsylve authored Jul 2, 2022
1 parent b9a4e97 commit 5b0579c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ jobs:
- cmake -G "Visual Studio 16 2019" .
- cmake --build .
- ctest .
- name: Windows (MSVC 2022)
os: windows
install:
- choco upgrade cmake
- choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
script:
- cmake -G "Visual Studio 17 2022" .
- cmake --build .
- ctest .

before_install:
- eval "${MATRIX_EVAL}"
Expand Down

0 comments on commit 5b0579c

Please sign in to comment.