From 5c7be23105fd434397033b20ddc4b60dced96cd7 Mon Sep 17 00:00:00 2001 From: vampirefrog Date: Sat, 9 Nov 2024 22:55:23 +0200 Subject: [PATCH] Create msys2-mingw64.yml --- .github/workflows/msys2-mingw64.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/msys2-mingw64.yml diff --git a/.github/workflows/msys2-mingw64.yml b/.github/workflows/msys2-mingw64.yml new file mode 100644 index 0000000..7012abf --- /dev/null +++ b/.github/workflows/msys2-mingw64.yml @@ -0,0 +1,25 @@ +name: MSYS2 MINGW64 Build + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + msys2-mingw64: + runs-on: windows-latest + defaults: + run: + shell: msys2 {0} + steps: + - uses: actions/checkout@v3 + with: + submodules: true + - uses: msys2/setup-msys2@v2 + with: + msystem: MINGW64 + update: true + install: git make pkg-config mingw64/mingw-w64-x86_64-gcc libportaudio19-dev + - name: Build with make + run: make