Skip to content

Commit

Permalink
Add MSVC2022 builds to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cjee21 committed Feb 12, 2025
1 parent 5d60afc commit 360aeb0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/MediaInfoLib_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,29 @@ jobs:
cd Project/CMake/Build
cmake -DBUILD_ZENLIB=1 ..
make
jobs:
Windows:
runs-on: windows-latest
strategy:
matrix:
architecture: [ Win32, x64, ARM, ARM64, ARM64EC ]
steps:
- name: Checkout zlib
uses: actions/checkout@v4
with:
repository: MediaArea/zlib
path: zlib
- name: Checkout ZenLib
uses: actions/checkout@v4
with:
repository: MediaArea/ZenLib
path: ZenLib
- name: Checkout MediaInfoLib
uses: actions/checkout@v4
with:
path: MediaInfoLib
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Build
run: MSBuild /p:Configuration=Release;Platform=${{ matrix.architecture }} ${{ github.workspace }}/MediaInfoLib/Project/MSVC2022/MediaInfoLib.sln /verbosity:quiet

0 comments on commit 360aeb0

Please sign in to comment.