ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Generate the ROM from the commandline #30

Closed ikarth closed 3 years ago

ikarth commented 4 years ago

While it's important that we can open up the generated project files in GB Studio, it would also be useful to be able to run the entire pipeline from the command line.

There's an existing CLI tool to handle this: https://github.com/thomas-alrek/gb-studio-cli though it should be evaluated to see if it works for what we need.

We should figure out how to integrate it into our pipeline. Probably by calling it from Python, since that is probably a platform agnostic way to handle it.

ikarth commented 3 years ago

Implemented (for Windows) by invoking a batch file. https://github.com/ikarth/game-boy-rom-generator/blob/d8ee6d29491d1162117a7c962d91158866ffce07/compile_rom.bat#L11