ericoporto / ImGi

AGS Script Module for Immediate Gui (based on rxi's Microui)
https://www.adventuregamestudio.co.uk/forums/index.php?topic=58842.0
Other
2 stars 2 forks source link

Task: Add Continuous Integration #9

Closed ericoporto closed 3 years ago

ericoporto commented 3 years ago

Morgan has ags-tar, which should help to build the Linux build on Windows. https://github.com/morganwillcock/ags-tar

Monkey0506 has the AGS Module Exporter which should help building the scm on the command line. https://github.com/monkey0506/AGSModuleExporter

I know AGS I can run on command line with /compile flag if I use Appveyor, remember to not save Game.agf when using Speech Center and use the AGS on Chocolatey. https://github.com/ericoporto/ags_test_game

Theoretically, these tools should allow to build the game from Command Line and provided the needed release files.

ericoporto commented 3 years ago

done!

all the scripts are in the dev_scripts directory.