Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: HCDaniel on November 14, 2014, 08:17:11 AM

Title: Command line package compilation
Post by: HCDaniel on November 14, 2014, 08:17:11 AM
Hi,

I created a tool (currently quick&dirty) that runs the "Compile packages" step from ProjectManager in a command line. The rationale is to have a project built automatically. I use the Jenkins continuous integration server for this purpose. The tool even works in Linux using "wine".

I'd like to know whether there is interest in such a tool for other users. Which would then justify a cleanup and the removal of duplicate sources as far as possible.

The source code can be found in this repo: https://bitbucket.org/hardcoredaniel/wme1-rapaki-edition/overview  in "src/ProjectCompiler/" and it can be compiled with VS 2010 express.

Regards,

Daniel
Title: Re: Command line package compilation
Post by: Mnemonic on November 15, 2014, 02:10:06 PM
That's very cool. Something I wanted to do for ages, thank you!