Update CI.yml

This commit is contained in:
Luke Usher 2024-07-08 15:11:57 +01:00 committed by GitHub
parent 7ac337ee5e
commit f2ba9968f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -31,12 +31,14 @@ jobs:
matrix:
configuration: [Release, Debug]
vsver: [2019]
winver: [7]
sdkver: [10.0.22621]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate CMake files
run: cmake -B build -A Win32 -DCMAKE_SYSTEM_VERSION=10.0.22621.0
run: cmake -B build -A Win32,version=${{ matrix.sdkver }} -DCMAKE_SYSTEM_VERSION=${{ matrix.winver }}
- name: Build
run: cmake --build build --config ${{ matrix.configuration }} -j $env:NUMBER_OF_PROCESSORS
- name: Prepare artifacts