Front page | perl.perl6.users |
Postings from January 2022
Re: continuous testing
Thread Previous
|
Thread Next
From:
Vadim Belman
Date:
January 3, 2022 23:11
Subject:
Re: continuous testing
Message ID:
369FB609-D780-459F-BF24-E942E9BBBF5A@lflat.org
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 <jjmerelo@gmail.com> 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 (<rnhainsworth@gmail.com <mailto:rnhainsworth@gmail.com>>) 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 <rnhainsworth@gmail.com <mailto:rnhainsworth@gmail.com>> 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 <rnhainsworth@gmail.com <mailto:rnhainsworth@gmail.com>> 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
Thread Previous
|
Thread Next