Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Fix compilation error #711

Fix compilation error

Fix compilation error #711

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
strategy:
matrix:
toolset: [MSVC]
configuration: [Debug, Release]
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build
shell: cmd
run: msbuild Osiris.sln /p:Platform=x86 /p:Configuration=${{ matrix.configuration }} ${{ env.toolset }}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: OsirisAndExtra - ${{ matrix.configuration }}
path: ${{ matrix.configuration }}\Osiris.dll