As long as I'm trying to follow topics, related to continuous testing with github actions, I always see ubuntu-based scenarios. What about macOS and Windows? Do we have rakudo images for these?
Best regards, Vadim Belman > On Jan 1, 2022, at 5:14 AM, JJ Merelo <[email protected]> wrote: > > Try the new GitHub actions with the recently renovated Docker image. See it > in action, for instance, here: > > https://github.com/JJ/p6-pod-load/blob/master/.github/workflows/test.yaml > <https://github.com/JJ/p6-pod-load/blob/master/.github/workflows/test.yaml> > El vie, 31 dic 2021 a las 19:57, Richard Hainsworth (<[email protected] > <mailto:[email protected]>>) escribió: > Thanks > > On 31/12/2021 18:27, Fernando Santagata wrote: >> Hi Richard, >> this is a link to the GitHub official documentation: >> >> https://docs.github.com/en/actions <https://docs.github.com/en/actions> >> >> You can also copy a configuration from another project and adapt it to your >> needs. For example this one installs some C libraries, some module >> dependencies and runs the tests: >> >> https://github.com/frithnanth/raku-Math-Libgsl-Interpolation/blob/master/.github/workflows/test.yml >> >> <https://github.com/frithnanth/raku-Math-Libgsl-Interpolation/blob/master/.github/workflows/test.yml> >> On Fri, Dec 31, 2021 at 5:56 PM Richard Hainsworth <[email protected] >> <mailto:[email protected]>> wrote: >> Fernando, >> >> Thanks. >> >> Any link / blog / article about how to set up GitHub action up for Raku? >> >> Regards, >> >> Richard >> >> On 31/12/2021 16:52, Fernando Santagata wrote: >>> Hi Richard, >>> apparently Travis CI has discontinued its free open source plan. >>> I switched to GitHub actions; don't know what's available on other >>> platforms. >>> >>> On Fri, Dec 31, 2021 at 5:43 PM Richard Hainsworth <[email protected] >>> <mailto:[email protected]>> wrote: >>> I noticed that the .travis files have been removed from some distributions. >>> >>> Also a .circleci file exists in the Raku Docs repo. >>> >>> Is there a preferred / recommended / list of continuous testing >>> environments? >>> >>> Is there a preferred / rapid way to handle Raku modules? >>> >>> Regards, >>> >>> Richard >>> >>> >>> >>> -- >>> Fernando Santagata >> >> >> -- >> Fernando Santagata > > > -- > JJ
