Skip to content

test windows

test windows #73

Workflow file for this run

name: Build and run tests
on: [ push, pull_request, workflow_dispatch ]
jobs:
windows:
name: Windows
runs-on: windows-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Build
run: msbuild win32/tre.sln