[GHA] Windows MSVC workflow (#1904)

This commit is contained in:
R4SAS
2023-03-10 01:32:07 +00:00
committed by GitHub
parent 7b35c793f3
commit b6d1d8117b
3 changed files with 59 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ defaults:
jobs:
build:
name: Building using ${{ matrix.arch }} toolchain
name: ${{ matrix.arch }}
runs-on: windows-latest
strategy:
@@ -50,7 +50,7 @@ jobs:
path: i2pd.exe
build-cmake:
name: Building using ${{ matrix.arch }} toolchain using CMake
name: CMake ${{ matrix.arch }}
runs-on: windows-latest
strategy:
@@ -89,7 +89,7 @@ jobs:
path: build/i2pd.exe
build-xp:
name: Building for Windows XP
name: XP
runs-on: windows-latest
strategy: