godot-xterm/.travis.yml
Leroy Hopson 3307231b65 Enable full codepoint tests if env var set
Full codepoint tests will only be run if the RUN_FULL_CODEPOINT_TESTS
environment variable is set. This is set in the CI enviroment.
The tests take too long to run locally as part of regular test driven
development.
2020-05-14 13:03:18 +07:00

11 lines
261 B
YAML

env:
- RUN_FULL_CODEPOINT_TESTS=true
services:
- docker
install:
- docker pull barichello/godot-ci
script:
- docker run -v $(pwd):/src -e RUN_FULL_CODEPOINT_TESTS="${RUN_FULL_CODEPOINT_TESTS}" barichello/godot-ci godot --path /src -s addons/gut/gut_cmdln.gd