mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Created release.yml - action file for automated release on push.
This commit is contained in:
15
scripts/build.ps1
Normal file
15
scripts/build.ps1
Normal file
@@ -0,0 +1,15 @@
|
||||
# Build a TW Blue installer.
|
||||
# Must be called from root of repo
|
||||
echo "Generating documentation..."
|
||||
cd doc
|
||||
python documentation_importer.py
|
||||
python generator.py
|
||||
mv documentation ..\src
|
||||
cd ..
|
||||
echo "done."
|
||||
|
||||
echo "Building binary..."
|
||||
cd src
|
||||
python setup.py build
|
||||
cd ..
|
||||
echo "done."
|
Reference in New Issue
Block a user