Skip to content

Commit

Permalink
Create msys2-mingw64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 9, 2024
1 parent 8404fea commit 5c7be23
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/msys2-mingw64.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5c7be23

Please sign in to comment.