Skip to content

Commit

Permalink
Testing MSYS 2 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 29, 2023
1 parent a3452eb commit d335091
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: winbuild
on: [push, workflow_dispatch]
defaults:
run:
shell: msys2 {0}
# env:
# PKG_CONFIG_PATH: /usr/local/share/pkgconfig

jobs:
c:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
pacboy: cmake:p gcc:p make:p
- run: ./run.sh
- run: cd tests && make && ./tests

0 comments on commit d335091

Please sign in to comment.