Skip to content

Commit

Permalink
Add Windows to the CI lineup.
Browse files Browse the repository at this point in the history
For now, all we do is build the library and tests.  More work will be
required before we can run the tests in CI.
  • Loading branch information
dag-erling committed Sep 7, 2024
1 parent e1b5ecb commit e9aca36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ jobs:
with:
name: tre-macos-logs
path: ./**/*.log
windows:
name: Windows
runs-on: windows-latest
steps:
- name: Prepare
uses: microsoft/setup-msbuild@v2
- name: Check out
uses: actions/checkout@v4
- name: Build
run: msbuild win32/tre.sln

0 comments on commit e9aca36

Please sign in to comment.