Infinite-Dango-Studios / ganbatte

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

Look into improving Travis CI script #30

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

Currently the Travis CI testing script tests the game with the Ren'Py lint script and tests building it, however more tests might be able to be added.

The renpy.sh file that is used to perform tests seems to be able to run any of the Python files in the launcher directory. Thus it could likely run tests with processes like building the game for android, with a command like ./renpy.sh android "../ganbatte/".

It also appears that command line arguments for the Python files may be listed towards the bottom of the files like this.

Thus we should look into what other types of such tests could be run.

ExcaliburZero commented 9 years ago

I have added Android build testing with c5a9c3fc08a19fbef569763edbe7c37e5cbfde7c .

ExcaliburZero commented 9 years ago

I have done some looking into other possible commands that could be run from the command line for Ren'Py, but I didn't see any that would be very useful.

I will now close this issue.