https://github.com/hernanmd/pharo-cimatrix-creator
CI matrix generator
https://github.com/hernanmd/pharo-cimatrix-creator
Last synced: 23 days ago
JSON representation
CI matrix generator
- Host: GitHub
- URL: https://github.com/hernanmd/pharo-cimatrix-creator
- Owner: hernanmd
- License: mit
- Created: 2021-01-23T21:30:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T20:40:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T22:42:04.692Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Create a GitHub Actiosn CI matrix file (.yml) for Pharo 7, 8 and 9 for your organization repositories.
# Installation
Just clone this repository into any empty directory:
```bash
git clone https://github.com/hernanmd/pharo-cimatrix-creator.git
```
# Usage
Uses a default template which you can easily customize editing the script.
Download your organization repositories:
```bash
./download_org_repos
```
Optionally filter out manually repositories which you do not want to add GitHub Actions.
Now run the script for the current directory:
```bash
./create_matrix .
```
To clean the generated .yml files and directories
```bash
./create_matrix . clean
```