Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melezhik/rakudist
Test Raku modules against different OS, Rakudo versions
https://github.com/melezhik/rakudist
docker modules raku sparrow6 sparrowdo test
Last synced: 2 months ago
JSON representation
Test Raku modules against different OS, Rakudo versions
- Host: GitHub
- URL: https://github.com/melezhik/rakudist
- Owner: melezhik
- Created: 2020-01-01T22:14:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T15:49:10.000Z (almost 4 years ago)
- Last Synced: 2024-09-28T14:04:10.369Z (3 months ago)
- Topics: docker, modules, raku, sparrow6, sparrowdo, test
- Language: Perl
- Homepage:
- Size: 374 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RakuDist
Test Raku modules against different OS, Rakudo versions
## OS supported
* Debian
* CentOS
* Ubuntu
* Alpine## Rakudo versions supported
Any, see `rakudo_version` parameter in API documentation.
# HTTP API
Run RakuDist using public API
Follow [docs/api.md](https://github.com/melezhik/RakuDist/blob/master/docs/api.md)
# Low level API
Run RakuDist using Docker and Sparrowdo.
Follow [docs/low.md](https://github.com/melezhik/RakuDist/blob/master/docs/low.md)
# RakuDist DSL
Use [Sparrow6 DSL](https://github.com/melezhik/Sparrow6/blob/master/documentation/dsl.md) to extend test scenarios
Follow [RakuDist Update – Raku Modules Custom Installation](https://sparrowdo.wordpress.com/2020/01/28/rakudist-update-raku-modules-installation-customization/) post
# See also
* [Sparrow6](https://github.com/melezhik/Sparrow6)
* [Sparrow6 DSL](https://github.com/melezhik/Sparrow6/blob/master/documentation/dsl.md)
* [Sparrowdo](https://github.com/melezhik/sparrowdo)# Thanks to
God, because "For the Lord gives wisdom; from his mouth come knowledge and understanding.", Proverbs 2:6
# Author
Alexey Melezhik