Gitea Actions
Installation:
Install Gitea Actions Webscraper dependency by running:
pip install gitea_actions_webscraper
Configuration:
Modify config.py i_like_gitea cookie that you can obtain with the Network tab (Ctrl + Shift + E with Firefox) when refreshting the actions webpage.
Usage:
./gitea_actions.py check_compilation -m 'Check compilation' -awhich commits, pushes and waits for action execution and returns if compilation successful or the error otherwise./gitea_actions.py compile -m 'Compile' -awhich additionally downloads the associated binary./gitea_actions.py compile_and_run -m 'Compile and run' -awhich additionally runs the associated binary
Description
Languages
Python
100%