mirror of
https://github.com/red0124/ssp.git
synced 2026-02-03 16:09:55 +01:00
Compare commits
2 Commits
master
...
d23b826113
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d23b826113 | ||
|
|
322aaf9c16 |
6
.github/workflows/win-msvc.yml
vendored
6
.github/workflows/win-msvc.yml
vendored
@@ -31,14 +31,14 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- os: windows-2019
|
- os: windows-2025
|
||||||
vs: "Visual Studio 16 2019"
|
vs: "Visual Studio 18 2025"
|
||||||
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
vs: "Visual Studio 17 2022"
|
vs: "Visual Studio 17 2022"
|
||||||
|
|
||||||
build: [Debug, Release]
|
build: [Debug, Release]
|
||||||
platform: [Win32, x64]
|
platform: [x64]
|
||||||
|
|
||||||
runs-on: ${{matrix.config.os}}
|
runs-on: ${{matrix.config.os}}
|
||||||
|
|
||||||
|
|||||||
7
.github/workflows/win-msys2-clang.yml
vendored
7
.github/workflows/win-msys2-clang.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-latest]
|
os: [windows-2025, windows-latest]
|
||||||
type: [Release, Debug]
|
type: [Release, Debug]
|
||||||
config:
|
config:
|
||||||
- msystem: "MINGW64"
|
- msystem: "MINGW64"
|
||||||
@@ -39,11 +39,6 @@ jobs:
|
|||||||
git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
|
git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
|
||||||
mingw-w64-x86_64-clang
|
mingw-w64-x86_64-clang
|
||||||
|
|
||||||
- msystem: "MINGW32"
|
|
||||||
install: >-
|
|
||||||
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
|
||||||
mingw-w64-i686-clang
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
name: "${{matrix.config.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
name: "${{matrix.config.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||||
|
|||||||
7
.github/workflows/win-msys2-gcc.yml
vendored
7
.github/workflows/win-msys2-gcc.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-latest]
|
os: [windows-2025, windows-latest]
|
||||||
type: [Release, Debug]
|
type: [Release, Debug]
|
||||||
config:
|
config:
|
||||||
- msystem: "MINGW64"
|
- msystem: "MINGW64"
|
||||||
@@ -39,11 +39,6 @@ jobs:
|
|||||||
git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
|
git mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
|
||||||
mingw-w64-x86_64-gcc
|
mingw-w64-x86_64-gcc
|
||||||
|
|
||||||
- msystem: "MINGW32"
|
|
||||||
install: >-
|
|
||||||
git mingw-w64-i686-cmake mingw-w64-i686-ninja
|
|
||||||
mingw-w64-i686-gcc
|
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
name: "${{matrix.config.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
name: "${{matrix.config.msystem}}: ${{matrix.os}}: ${{matrix.type}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user