view contrib/heptapod-ci.yml @ 44250:7e08d3885b28 stable

heptapod-ci: colorize output The run result are nicer to read with color. Differential Revision: https://phab.mercurial-scm.org/D8012
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 24 Jan 2020 23:22:29 +0100
parents 8b1dd3f42396
children 2aa2408e7515
line wrap: on
line source

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-*.*