Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 433 Bytes

Piperift's CICD Scripts

Unreal Engine plugins

Packaging manually

Building the source code:

py build.py plugin -n {plugin_name} -p {plugin_files_path}

Run the tests in asolation:

py test.py plugin -n {plugin_name} -p {plugin_files_path}

Compress build:

py compress.py plugin -n {plugin_name} -p {plugin_files_path}

Resulting packaged build can be found at {plugin_files_path}/Package