mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try vs ci
This commit is contained in:
parent
9aae9a8b51
commit
8619451168
15
.github/workflows/vs16.yml
vendored
15
.github/workflows/vs16.yml
vendored
@ -17,18 +17,17 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: windows-vs19
|
runs-on: ${{matrix.config.os}}
|
||||||
runs-on: windows-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
config:
|
||||||
- {gen: Visual Studio 19 2019, install: git, arch: Win32}
|
- { os: windows-2016, vs: "Visual Studio 2017" }
|
||||||
- {gen: Visual Studio 19 2019, install: git, arch: x64}
|
- { os: windows-2019, vs: "Visual Studio 2019" }
|
||||||
|
build: [Debug, Release]
|
||||||
|
platform: [Win32, x64]
|
||||||
|
|
||||||
|
name: "${{matrix.config.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