mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-15 04:35:25 +07:00
github: windows workflow
This commit is contained in:
19
.github/workflows/windows.yml
vendored
Normal file
19
.github/workflows/windows.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: windows
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{matrix.config.os}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: "windows-2016", vs: "Visual Studio 2017" }
|
||||
- { os: "windows-2019", vs: "Visual Studio 2019" }
|
||||
platform: [x86, x64]
|
||||
name: "${{matrix.config.vs}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: .ci\build_windows_${{matrix.platform}}.bat
|
||||
Reference in New Issue
Block a user