Add Visual Studio 2022 GitHub Actions workflow - libcdio.git - libcdio

index : libcdio.git
libcdio
summary refs log tree commit diff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2024年12月21日 11:22:25 +0100
committerPete Batard <pete@akeo.ie>2024年12月21日 11:49:34 +0100
commit2273bd0e89bd034b779e14ce27ccda4ca2f4410e (patch)
tree08a29ea8bf7798d30b2da3ab2cd0985e6fdbf200
parent19414c9d3528a73ba6ddf2a14c90cc237ac4587c (diff)
downloadlibcdio-2273bd0e89bd034b779e14ce27ccda4ca2f4410e.tar.gz
Add Visual Studio 2022 GitHub Actions workflow
Diffstat
-rw-r--r--.github/workflows/vs2022.yml 25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/vs2022.yml b/.github/workflows/vs2022.yml
new file mode 100644
index 00000000..1477e8f8
--- /dev/null
+++ b/.github/workflows/vs2022.yml
@@ -0,0 +1,25 @@
+name: Windows, VS2022
+
+on: [push, pull_request]
+
+env:
+ SOLUTION_FILE_PATH: ./libcdio.sln
+
+jobs:
+ build:
+ runs-on: windows-latest
+
+ strategy:
+ matrix:
+ TARGET_PLATFORM: [x86, x64]
+ BUILD_CONFIGURATION: [Debug, Release]
+
+ steps:
+ - uses: actions/checkout@v4
+ - name: Setup
+ uses: microsoft/setup-msbuild@v2
+ with:
+ msbuild-architecture: x64
+ - name: Build
+ shell: cmd
+ run: msbuild ${{ env.SOLUTION_FILE_PATH }} /m /p:Configuration=${{ matrix.BUILD_CONFIGURATION }},Platform=${{ matrix.TARGET_PLATFORM }}
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月03日 22:25:03 +0000

AltStyle によって変換されたページ (->オリジナル) /