Skip to content

Fixing bundlers and macos builds. #36

Fixing bundlers and macos builds.

Fixing bundlers and macos builds. #36

Workflow file for this run

name: check-msys2
on:
push:
branches: [ "win" ]
pull_request:
branches: [ "master" ]
jobs:
msys2-build:
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 mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool mingw-w64-x86_64-gtk3 mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/lib3270"
latest: true
fileName: "mingw-w64-x86_64-lib3270-5.4-0-x86_64.pkg.tar.zst"
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/libv3270"
latest: true
fileName: "mingw-w64-x86_64-libv3270-5.4-0-x86_64.pkg.tar.zst"
- name: CI-Build
run: |
pacman -U --noconfirm *.pkg.tar.zst
dos2unix PKGBUILD.mingw
makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw