]> granicus.if.org Git - fortune-mod/commitdiff
gh actions #1: mswin64: investigate
authorShlomi Fish <shlomif@shlomifish.org>
Thu, 17 Mar 2022 03:46:06 +0000 (05:46 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Thu, 17 Mar 2022 03:46:06 +0000 (05:46 +0200)
.appveyor.yml
.github/workflows/windows-x64.yml

index 098f2fa914f752050c7c73e0f057516cd25a77bd..389579365ac13a306f696d55dc13d36f5c14f4f4 100644 (file)
@@ -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
index 7534f007fb9153cb7ad8e7d32a4309181dd17295..b73f68214a3ccd7dcda938f1938f55766a494de9 100644 (file)
@@ -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 )