From 2718482722a3b374b6bff83d9be42517b1820325 Mon Sep 17 00:00:00 2001 From: Quentin Santos Date: Sun, 12 May 2024 16:09:27 +0200 Subject: [PATCH] Add GitHub workflow for Windows build --- .github/workflows/workflow.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/workflow.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..7b50287 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,15 @@ +--- +on: + push: + branches: master + pull_request: + branches: master + +jobs: + Windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v3 + - uses: ilammy/msvc-dev-cmd@v1 + - name: Build + run: nmake