mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
[GHA] Windows MSVC workflow (#1904)
This commit is contained in:
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user