diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 825b365..5848471 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,8 +17,9 @@ jobs: fail-fast: false matrix: cip_tag: - - static - - "5.37" + - "5.41" + - "5.40" + - "5.38" - "5.36" - "5.34" - "5.32" diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..cba7de1 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,28 @@ +name: static + +on: + push: + branches: + - '*' + tags-ignore: + - '*' + pull_request: + +jobs: + perl: + + runs-on: ubuntu-latest + + env: + CIP_TAG: static + + steps: + - uses: actions/checkout@v2 + + - name: Bootstrap CIP + run: | + curl -L https://raw.githubusercontent.com/uperl/cip/main/bin/github-bootstrap | bash + + - name: Build + Test + run: | + cip script diff --git a/.gitignore b/.gitignore index 3e9bcb3..bc7fb02 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ FFI-Platypus-Type-Enum-* /.build/ *.swp - +/FFI-Platypus-Type-Enum-* +/.build +*.old +*.orig diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..578c5ee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "pls.perlcritic.perlcriticrc": "perlcriticrc", + "pls.inc": [ + "$ROOT_PATH/lib" + ] +} diff --git a/README.md b/README.md index 78f79a2..0e3e2d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FFI::Platypus::Type::Enum ![linux](https://github.com/PerlFFI/FFI-Platypus-Type-Enum/workflows/linux/badge.svg) +# FFI::Platypus::Type::Enum ![static](https://github.com/PerlFFI/FFI-Platypus-Type-Enum/workflows/static/badge.svg) ![linux](https://github.com/PerlFFI/FFI-Platypus-Type-Enum/workflows/linux/badge.svg) Custom platypus type for dealing with C enumerated types @@ -287,7 +287,7 @@ José Joaquín Atria (JJATRIA) # COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Graham Ollis. +This software is copyright (c) 2020-2024 by Graham Ollis. 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 bd72944..e048e87 100644 --- a/dist.ini +++ b/dist.ini @@ -2,16 +2,18 @@ name = FFI-Platypus-Type-Enum author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2020-2022 +copyright_year = 2020-2024 version = 0.06 [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = PerlFFI test2_v0 = 1 -workflow = linux + +workflow = static +workflow = linux [Author::Plicease::Core]