Skip to content

Debugging win checks. #1

Debugging win checks.

Debugging win checks. #1

Workflow file for this run

name: check-win64
on:
push:
branches: [ "win" ]
pull_request:
branches: [ "master" ]
jobs:
check-msys2:
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: dos2unix xz mingw-w64-x86_64-gcc pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-meson gettext-devel
- name: CI-Build
run: |
dos2unix PKGBUILD.mingw
makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw
check-msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: CI-Build
run: |
meson setup --reconfigure --wipe .build
ninja -C .build