mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Update msvc ci
This commit is contained in:
parent
a98742945b
commit
e4d9e10ac3
@ -1,4 +1,4 @@
|
|||||||
name: win-msvc-ci
|
name: win-latest-msvc-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -20,16 +20,15 @@ jobs:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
runs-on: ${{matrix.config.os}}
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
vs: ["Visual Studio 2020"]
|
||||||
- { os: windows-2019, vs: "Visual Studio 2020" }
|
|
||||||
build: [Debug, Release]
|
build: [Debug, Release]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
|
|
||||||
name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}"
|
name: "${{matrix.vs}}:${{matrix.platform}}:${{matrix.build}}"
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
Loading…
Reference in New Issue
Block a user