Skip to content

Commit

Permalink
GH Actions: Add Windows build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Dec 31, 2023
1 parent 3c381f1 commit 8e46448
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,14 @@ jobs:
run: make $FLAGS
env:
FLAGS: ${{ format('{0} {1} {2}', steps.make_flags.outputs.proto_flags, steps.make_flags.outputs.compiler_flags, steps.make_flags.outputs.debug_flags) }}
build_windows:
runs-on: windows-latest
steps:
- name: Configure build for x86
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64_x86
- name: Check out code
uses: actions/checkout@v4
- name: Build and run tests
run: nmake /F Makefile.win32

0 comments on commit 8e46448

Please sign in to comment.