##// END OF EJS Templates
heptapod-ci: colorize output...
heptapod-ci: colorize output The run result are nicer to read with color. Differential Revision: https://phab.mercurial-scm.org/D8012

File last commit:

r44753:7e08d388 stable
r44753:7e08d388 stable
Show More
heptapod-ci.yml
13 lines | 406 B | text/x-yaml | YamlLexer
image: octobus/ci-mercurial-core
# The runner made a clone as root.
# We make a new clone owned by user used to run the step.
before_script:
- hg clone . /tmp/mercurial-ci/ --noupdate
- hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
- cd /tmp/mercurial-ci/
checks-py2:
script:
- cd tests/
- python run-tests.py --color=always --time test-check-*.*