GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.2k stars 68 forks source link

#273 Add cron job to build the executable daily #295

Closed florianvazelle closed 2 years ago

florianvazelle commented 2 years ago

As mentioned in issue https://github.com/GodotECS/godex/issues/273, in this PR I added cron tasks for building the linux and windows versions, each day.

I could see that the url of the makerst.py file that was used to build the doc was no longer valid.

AndreaCatania commented 2 years ago

Thanks!