Skip to content

Update engine interface indexes #76

Update engine interface indexes

Update engine interface indexes #76

Workflow file for this run

name: msbuild
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-2022
strategy:
matrix:
toolset: [v143, ClangCL]
configuration: [Debug, Release]
steps:
- name: setup actions
uses: actions/checkout@v3
- name: setup environment
uses: microsoft/[email protected]
- name: build
shell: cmd
run: msbuild asphyxia.sln /p:Configuration=${{matrix.configuration}} /p:Platform=x64 /p:PlatformToolset=${{ matrix.toolset }}