Infinite-Dango-Studios / ganbatte

A visual novel / dating sim game created with Ren'Py.
1 stars 3 forks source link

Add testing for multiple Ren'Py versions #31

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

Currently Travis CI is only set to test the game with the 6.99.1 version of Ren'Py, however it may be possible to have it test building the game with different versions of Ren'Py.

If the Travis CI config to be set to have different install methods, then this system could be implemented. The game could be tested with the 6.99.1 version, the newest version (6.99.3), and the nightly build.

ExcaliburZero commented 9 years ago

I have added some environment variables that should allow for version builds, but it looks like a shell script will need to be added to take into account installing the different versions of Ren'Py based on the build's version environmental variable.

ExcaliburZero commented 9 years ago

I have been able to get Travis CI to test building the game with multiple versions of Ren'Py. However I was unable to get it to use the nightly build.