Skip to content

Commit 1bef156

Browse files
committed
Build CI on Visual Studio 2017, 2019 and 2022 (matrix)
1 parent 28efdf2 commit 1bef156

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
os: [ windows-2019, ubuntu-20.04 ]
31+
include:
32+
- { os: windows-2019, visual-studio: 2017 }
33+
- { os: windows-2019, visual-studio: 2019 }
34+
- { os: windows-2019, visual-studio: 2022 }
35+
- { os: ubuntu-20.04 }
3236
runs-on: ${{ matrix.os }}
3337
steps:
3438
- name: Checkout
@@ -40,4 +44,4 @@ jobs:
4044
- name: Install
4145
run: pip install . --user
4246
- name: Test
43-
run: ue4-docker build --target=build-prerequisites
47+
run: ue4-docker build --target=build-prerequisites --visual-studio ${{ matrix.visual-studio || '2017' }}

0 commit comments

Comments
 (0)