Skip to content

Build multiple clients of Proxmark3 RRG repo for Windows by GitHub Action | 用GitHub Action编译PM3 RRG客户端(Windows)

Notifications You must be signed in to change notification settings

wh201906/PM3-client-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PM3 Client Builder

Build multiple clients of Proxmark3 RRG repo(for Windows) in parallel by GitHub Action.

Usage

  1. Fork this repo
  2. 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)
  3. Change the config.json
  4. Push a commit to this repo or click Run workflow in Actions
  5. Check and download the clients in Actions->the latest workflow run->Artifacts

Examples of config.json

Build 3 versions on 4 platforms

config.json
{
    "refs": [
        "master",
        "v4.16191",
        "v4.15864"
    ],
    "platforms": [
        "PM3RDV4",
        "PM3GENERIC",
        "RDV4BTADDON",
        "GENERICWITHFLASH"
    ]
}

About

Build multiple clients of Proxmark3 RRG repo for Windows by GitHub Action | 用GitHub Action编译PM3 RRG客户端(Windows)

Topics

Resources

Stars

Watchers

Forks

Languages