Skip to content

chore: README

chore: README #5

Workflow file for this run

name: ci-win
on: [push]
jobs:
ci:
runs-on: windows-2022
strategy:
matrix:
run-config:
- { platform: 'x64', toolset: 'x64', configuration: 'Debug', solution: 'SRPXX.sln' }
- { platform: 'x64', toolset: 'x64', configuration: 'Release', solution: 'SRPXX.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Debug', solution: 'SRPXX.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Release', solution: 'SRPXX.sln' }
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- uses: macmade/[email protected]