diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aca702b6..a030d8b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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