Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raku/rakudocibot

πŸ€– πŸ¦‹ I am the friendly Rakudo CI bot. Bzzt! ⚑ Beep beep boop.
https://github.com/raku/rakudocibot

Last synced: 6 days ago
JSON representation

πŸ€– πŸ¦‹ I am the friendly Rakudo CI bot. Bzzt! ⚑ Beep beep boop.

Awesome Lists containing this project

README

        

=begin pod

=NAME RakudoCIBot
=AUTHOR Patrick BΓΆker
=VERSION 0

=head1 Description

A system to orchestrate the CI process of the Rakudo compiler and its related
projects.

There is no entry point yet. It's just a bunch of files and tests.
Also there is a dependency on the unreleased new version of WebService::GitHub.
To run the tests do:

zef install OpenAPI::Model JSON::Fast Template::Mustache Cro::WebApp PathTools
git clone https://github.com/patrickbkr/perl6-WebService-GitHub.git
cd perl6-WebService-GitHub/dev-scripts
./generate-code
# files will end up in perl6-WebService-GitHub/gen

zef install App::Prove6
cd /path/to/RakudoCIBot
zef install --deps-only .
prove6 -I. -I/path/to/perl6-WebService-GitHub/gen

=head1 License

This module is distributed under the terms of the Artistic License 2.0.

=end pod