mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-27 10:40:23 +01:00
[gha] msvc build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
0a8da6bc2f
commit
c6bf8bad58
2 changed files with 48 additions and 3 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue