1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/Tools
Elias Steurer cde02c28e7 Add build_and_publish window script none steam version
Now:
1. Build steamless version
2. Upload to FTP
3. Build Steam version
4. Upload to Steam
2022-11-02 16:41:06 +01:00
..
chocolatey/ScreenPlay Update choco hash 2022-08-27 17:50:59 +02:00
Installer Add some basic working in installer with cmake 3.23 2022-01-27 14:54:45 +01:00
Scoop Add automatic build uploads to kelteseth.com 2022-08-07 12:24:07 +02:00
Steam Update SteamSDK to 1.55 2022-08-26 15:43:50 +02:00
build_and_publish.py Add build_and_publish window script none steam version 2022-11-02 16:41:06 +01:00
build.py Fix zip containing paths 2022-11-02 16:29:35 +01:00
clang_format.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
cmake_format.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
CMakeLists.txt Formatting 2022-04-04 18:09:45 +02:00
defines.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
download_ffmpeg.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
download_qt.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
execute_util.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
format_util.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
install_requirements.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
macos_lipo.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
macos_sign.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
qdoc.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
qml_format.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
Readme.md Add examples to python scripts 2021-09-04 12:13:19 +02:00
requirements.txt Refactor build &ci script to use aqt 2022-10-10 11:35:41 +02:00
setup.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
steam_publish.py Update python to output utf-8 2022-11-02 12:15:34 +01:00
util.py Update python to output utf-8 2022-11-02 12:15:34 +01:00

Tools

This folder contains serveral python tools to help with development. Depending on your os you have to change the python command to python, python3 or python3.9

setup.py

  • Installs third party c++ dependencies for all platforms
    • python3 setup.py -u=xxx -p=xxx

build.py

  • Build ScreenPlay locally
    • python3 build.py -t=release

clang_format.py

  • Invokers clang-format for all .cpp and .h files
    • python3 clang_format.py

qml_format.py

  • Calls qmlformat for all qml files
    • python3 qml_format.py

qdoc.py

  • Builds documentation for all projects into Docs/html
    • python3 qdoc.py

download_ffmpeg.py

  • Donwload ffmpeg for macos only for now
    • python3 download_ffmpeg.py

steam_publish.py

  • Upload to steam. This is needed to add some much needed output like git commit to the steam ui for selecting branches
    • python3 steam_publish.py -u xxx -p xxx