From 17ed8c1f2017733e05be55610cd873e0ccdcbdaf Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Sun, 22 Nov 2020 09:42:21 +1100 Subject: [PATCH] Added windows build workflow --- .github/workflows/windows-build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/windows-build.yml diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml new file mode 100644 index 0000000..beb5a38 --- /dev/null +++ b/.github/workflows/windows-build.yml @@ -0,0 +1,17 @@ + +name: windows-build + +on: + push: + branches: [ main ] + + pull_request: + branches: [ main ] + +jobs: + windows-build: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2 + - name: make + run: mingw32-make