summaryrefslogtreecommitdiff
path: root/.github/workflows/build-windows.yml
blob: 349ae3a8b82aa5143447b6b8fa5f296ec2e7e922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Windows Builder

on: [push, pull_request]

jobs:
  windows-build:
    runs-on: windows-2019
    strategy:
      fail-fast: false
    steps:
      - uses: actions/checkout@v3
      - uses: microsoft/setup-msbuild@v1.1
      - name: Install WinPcap
        run: |
          Invoke-WebRequest https://npcap.com/dist/npcap-sdk-1.13.zip -OutFile WpdPack.zip
          Expand-Archive WpdPack.zip -DestinationPath ../WpdPack
      - name: Build 64-bit
        shell: cmd
        run: |
          .\win32\msvcbuild.bat x64