Skip to content

Commit

Permalink
CI windows: add MSVC C++20 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder committed Apr 25, 2021
1 parent 69038cd commit 787bb84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ jobs:
os: [windows-2016, windows-2019]
platform: [Win32, x64]
build_type: [Debug, Release]
standard: [11, 17, 20]
include:
- os: windows-2016
standard: 11
- os: windows-2019
standard: 17
- os: windows-2016
platform: Win32
build_type: Debug
shared: -DBUILD_SHARED_LIBS=ON
exclude:
- os: windows-2016
platform: Win32
- os: windows-2016
standard: 17
- os: windows-2016
standard: 20
- os: windows-2019
standard: 11

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 787bb84

Please sign in to comment.