From 78fb2d96c67719ce4056c7b92dbd00ceed3a3e91 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Mar 2024 16:30:26 -0300 Subject: [PATCH] Debugging win32 action. --- .github/workflows/msys2.yml | 5 ++++- PKGBUILD.mingw | 1 + autogen.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 2f10bda..a56d1e8 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -29,6 +29,9 @@ jobs: latest: true fileName: "mingw-w64-x86_64-libv3270-5.4-0-x86_64.pkg.tar.zst" - name: CI-Build - run: ./win/ci-build.sh + run: | + pacman -U --noconfirm *.pkg.tar.zst + dos2unix PKGBUILD.mingw + makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw diff --git a/PKGBUILD.mingw b/PKGBUILD.mingw index 49a7027..6feb478 100644 --- a/PKGBUILD.mingw +++ b/PKGBUILD.mingw @@ -60,3 +60,4 @@ package() { "${startdir}/LICENSE" \ "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/LICENSE" } + diff --git a/autogen.sh b/autogen.sh index 316fc82..d09d676 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,7 +49,7 @@ autopoint cd ${builddir} -test -n "$NOCONFIGURE" || "./configure" "$@" +test -n "$NOCONFIGURE" || "$srcdir/configure" --srcdir=${srcdir} $@ -- libgit2 0.21.2