Try building with MSVS 2022 too
This commit is contained in:
11
.github/workflows/ci_msw.yml
vendored
11
.github/workflows/ci_msw.yml
vendored
@@ -42,17 +42,22 @@ on:
|
|||||||
- '*.yml'
|
- '*.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
msw-vs2019:
|
msw-msvs:
|
||||||
runs-on: windows-2019
|
runs-on: windows-${{ matrix.vsversion }}
|
||||||
name: wxMSW vs2019 ${{ matrix.configuration }} ${{ matrix.platform }}
|
name: wxMSW vs${{ matrix.vsversion }} ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- configuration: 'DLL Debug'
|
||||||
|
platform: 'x64'
|
||||||
|
vsversion: 2022
|
||||||
- configuration: 'Debug'
|
- configuration: 'Debug'
|
||||||
platform: 'Win32'
|
platform: 'Win32'
|
||||||
|
vsversion: 2019
|
||||||
- configuration: 'DLL Release'
|
- configuration: 'DLL Release'
|
||||||
platform: 'x64'
|
platform: 'x64'
|
||||||
|
vsversion: 2019
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Reference in New Issue
Block a user