gemstone/.github/workflows/msys2-cross-compile.yml

20 lines
490 B
YAML
Raw Normal View History

2024-06-05 09:37:57 +00:00
name: MSYS2
on: [push, pull_request]
jobs:
2024-06-05 09:49:55 +00:00
msys2-mingw64:
2024-06-05 09:37:57 +00:00
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 bison flex mingw-w64-x86_64-llvm cmake git make
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./ci-build.sh