From: Shlomi Fish Date: Thu, 17 Mar 2022 03:46:06 +0000 (+0200) Subject: gh actions #1: mswin64: investigate X-Git-Tag: fortune-mod-3.14.0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7988c5e0112afa2140e7afce395da765d9ab4e20;p=fortune-mod gh actions #1: mswin64: investigate --- diff --git a/.appveyor.yml b/.appveyor.yml index 098f2fa..3895793 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,6 +25,7 @@ install: - SET PERL_MM_OPT=INSTALL_BASE=C:/Perl5 - cpanm --notest App::Docmake Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind Test::TrailingSpace Test::Trap - if not exist C:\libtap mkdir C:\libtap + - dir C:\msys64\mingw64\bin\*make*.exe - copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe # - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% # - SET PERL5LIB=%PERL5LIB%;C:/_P5/lib/perl5 diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 7534f00..b73f682 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -79,6 +79,9 @@ jobs: if not exist C:\libtap mkdir C:\libtap || ( echo Failed & exit /B 1 ) + dir C:\msys64\mingw64\bin\*make*.exe || ( echo Failed & exit /B 1 + ) + copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe || ( echo Failed & exit /B 1 )