Skip to content

Helper scripts to build pyOCD as single executable file with pyinstaller

Notifications You must be signed in to change notification settings

vznncv/vznncv-pyocd-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vznncv-pyocd-builder

Helper project to build standalone pyOCD executable with PyInstaller

Usage

  1. Install requirements:

    • python 3.8 or higher
    • tox
  2. Build pyocd executable with tox command PYOCD_VERSION=<pyocd_version> tox -e pyinstaller. For example:

    PYOCD_VERSION=0.31.0 tox -e pyinstaller
    

    After build a pyocd will be located in dist folder.

TODO:

  • add CI/CD for automatic builds and releases
  • add simple tests to check result file

About

Helper scripts to build pyOCD as single executable file with pyinstaller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages