Dual-Life / Devel-PPPort

Perl/Pollution/Portability
9 stars 28 forks source link

Basic GitHub Actions #177

Closed atoomic closed 4 years ago

atoomic commented 4 years ago

Add some basic GitHub actions so we can smoke on GitHub containers on linux, macos and windows.

For now only linux smoke multiple flavors of Perl.

pali commented 4 years ago

We are already testing on Travis multiple versions of Perl on Window and all versions of Perl >= 5.6.0 on Linux. https://github.com/Dual-Life/Devel-PPPort/blob/master/.travis.yml

What brings this change?

atoomic commented 4 years ago

The long term goal is to switch to GitHub actions and probably disable Travis, for now it does not hurt to have a secondary Continuous Integration setup, more smokers :-)

atoomic commented 4 years ago

this is mainly an experiment, we will see over time which one we prefer for now GH Actions are very basic compare to the smokers set for Travis