Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briandfoy/brians_perl_modules_appveyor_config
My standard AppVeyor configuration for my public Perl modules
https://github.com/briandfoy/brians_perl_modules_appveyor_config
appveyor continuous-integration perl
Last synced: 27 days ago
JSON representation
My standard AppVeyor configuration for my public Perl modules
- Host: GitHub
- URL: https://github.com/briandfoy/brians_perl_modules_appveyor_config
- Owner: briandfoy
- License: other
- Created: 2018-04-03T15:48:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T04:56:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T21:37:55.655Z (3 months ago)
- Topics: appveyor, continuous-integration, perl
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# brian's Standard Configuration for Perl 5 Modules on AppVeyor
[![](https://www.github.com/briandfoy/brians_perl_modules_appveyor_config/workflows/YAML%20Lint/badge.svg)](https://www.github.com/briandfoy/brians_perl_modules_appveyor_config/actions?query=workflow%3AYAML%20Lint) [![](https://ci.appveyor.com/api/projects/status/glu5see5ud9x19br?svg=true)](https://ci.appveyor.com/project/briandfoy/brians-perl-modules-appveyor-config)
[AppVeyor](https://www.appveyor.com/) is a continuous integration service for Windows and Linux. I test my [public Perl modules](https://github.com/briandfoy) on it and they often have the same configuration. I created this repository to version a file that show up in most of my repositories. I update it here then everything else updates off this.
You can get the latest version of the file (say, in a shell script). Note that the file you want is *perl-appveyor.yml*, not the *.appveyor* file in the repo (which tests this repo, not Perl repos):
$ curl -o .appveyor.yml https://raw.githubusercontent.com/briandfoy/brians_perl_modules_appveyor_config/master/perl-appveyor.yml
## Other stuff
I have similar repositories:
* [GitHub Actions for Perl 5 Modules](https://github.com/briandfoy/github_actions)
And sometimes I write about these things:
* [IntermediatePerl.com posts tagged with "appveyor"](https://www.intermediateperl.com/tag/appveyor/)