Created
April 4, 2015 06:07
-
-
Save ExcaliburZero/1e79f2077241c88dec4b to your computer and use it in GitHub Desktop.
Ren'Py Travis CI .travis.yml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: python | |
python: | |
- "2.7" | |
# command to install dependencies | |
install: | |
- cd .. | |
- wget http://www.renpy.org/dl/6.99.1/renpy-6.99.1-sdk.tar.bz2 | |
- tar xf renpy-6.99.1-sdk.tar.bz2 | |
- rm renpy-6.99.1-sdk.tar.bz2 | |
- mv renpy-6.99.1-sdk renpy | |
- cd renpy | |
# command to run tests | |
script: ./renpy.sh "../ganbatte/" lint && ./renpy.sh launcher distribute "../ganbatte/" |
Here's an updated version that works with Ren'Py 6.99.12
https://gist.github.com/NumberA/588baf4398c89d4cd64c40cd718e0ed5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
used V.6.99.7
"error: No available video device"