Build multiple clients of Proxmark3 RRG repo(for Windows) in parallel by GitHub Action.
- Fork this repo
- Go to
Actions
then enable it.
(If you don't want to affect your contribution chart, you can create a new branch then do the following steps) - Change the
config.json
- Push a commit to this repo or click
Run workflow
inActions
- Check and download the clients in
Actions
->the latest workflow run->Artifacts
config.json
{
"refs": [
"master",
"v4.16191",
"v4.15864"
],
"platforms": [
"PM3RDV4",
"PM3GENERIC",
"RDV4BTADDON",
"GENERICWITHFLASH"
]
}