From 88e4c055d19756b9c1e944045fa41d9b5ed5001e Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Mon, 30 May 2022 16:17:07 -0600 Subject: [PATCH] remove msys ci --- .github/workflows/msys2-mingw.yml | 83 ------------------------------- README.md | 4 +- dist.ini | 1 - 3 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 .github/workflows/msys2-mingw.yml diff --git a/.github/workflows/msys2-mingw.yml b/.github/workflows/msys2-mingw.yml deleted file mode 100644 index 2743442..0000000 --- a/.github/workflows/msys2-mingw.yml +++ /dev/null @@ -1,83 +0,0 @@ -name: msys2-mingw - -on: - push: - branches: - - '*' - tags-ignore: - - '*' - pull_request: - -env: - PERL5LIB: /c/cx/lib/perl5:/c/cx/lib/perl5/MSWin32-x64-multi-thread - PERL_LOCAL_LIB_ROOT: c:/cx - PERL_MB_OPT: --install_base C:/cx - PERL_MM_OPT: INSTALL_BASE=C:/cx - ALIEN_BUILD_PLUGIN_PKGCONFIG_COMMANDLINE_TEST: 1 # Test Alien::Build::Plugin::PkgConfig::CommandLine - -jobs: - perl: - - runs-on: windows-latest - - strategy: - fail-fast: false - - defaults: - run: - shell: msys2 {0} - - steps: - - name: Set git to use LF - run: | - git config --global core.autocrlf false - git config --global core.eol lf - shell: powershell - - - uses: actions/checkout@v2 - - - name: Set up Perl - uses: msys2/setup-msys2@v2 - with: - update: true - install: >- - base-devel - mingw-w64-x86_64-toolchain - mingw-w64-x86_64-perl - mingw-w64-x86_64-libffi - mingw-w64-x86_64-libarchive - - - name: perl -V - run: | - perl -V - - - name: Prepare for cache - run: | - perl -V > perlversion.txt - ls perlversion.txt - - - name: Cache CPAN modules - uses: actions/cache@v1 - with: - path: c:\cx - key: ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }} - restore-keys: | - ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }} - - - name: Install Static Dependencies - run: | - export PATH="/c/cx/bin:$PATH" - yes | cpan App::cpanminus || true - cpanm -n Dist::Zilla - perl -S dzil authordeps --missing | perl -S cpanm -n - perl -S dzil listdeps --missing | perl -S cpanm -n - - - name: Install Dynamic Dependencies - run: | - export PATH="/c/cx/bin:$PATH" - perl -S dzil run --no-build 'perl -S cpanm --installdeps .' - - - name: Run Tests - run: | - export PATH="/c/cx/bin:$PATH" - perl -S dzil test -v diff --git a/README.md b/README.md index a419436..bac2b97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mojolicious::Plugin::TtRenderer ![linux](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/linux/badge.svg) ![windows](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/windows/badge.svg) ![macos](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/macos/badge.svg) ![cygwin](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/msys2-mingw/badge.svg) +# Mojolicious::Plugin::TtRenderer ![linux](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/linux/badge.svg) ![windows](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/windows/badge.svg) ![macos](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/macos/badge.svg) ![cygwin](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/cygwin/badge.svg) Template Renderer Plugin for Mojolicious @@ -282,7 +282,7 @@ Matthew Lawrence (MATTLAW) # COPYRIGHT AND LICENSE -This software is copyright (c) 2009-2021 by Ask Bjørn Hansen. +This software is copyright (c) 2009-2022 by Ask Bjørn Hansen. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index b295976..fe6dd1c 100644 --- a/dist.ini +++ b/dist.ini @@ -15,7 +15,6 @@ workflow = linux workflow = windows workflow = macos workflow = cygwin -workflow = msys2-mingw diag_preamble = | $post_diag = sub { diag_preamble = | require Mojo::IOLoop;