Closed Adam-Kay closed 11 months ago
This seems to be somewhat unfeasible until launch arguments are included (#24)
Commit 87cee0f769ae573e7d443ece393386c5f48168d2 marks this being partially completed (basic functionality only).
To-do:
encode
→ encoder-encode
encoder-update
testvideo.mp4
from test/
(no wasted time encoding) and run:
".\batch encoder.bat" --silent --update true --ffmpegloc ffmpeg.exe
updater-update
--silent
flag to b-e updater (e43b5a7)
Improvement Description
GitHub Actions can automate testing of builds when a new commit is pushed, which is especially useful for Pull Requests.
Functionality / Design
Viability be investigated - see GitHub Actions page
How to implement
Some checks of functionality, such as:
batch encoder.bat
correctly updates to the newest versionbatch encoder.bat
successfully encodes one (or multiple) filesb-e updater.bat
correctly downloads the latest version (and removes old version)