contrib/heptapod-ci.yml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 24 Jan 2020 23:22:29 +0100
branchstable
changeset 44250 7e08d3885b28
parent 44249 8b1dd3f42396
child 44251 2aa2408e7515
permissions -rw-r--r--
heptapod-ci: colorize output The run result are nicer to read with color. Differential Revision: https://phab.mercurial-scm.org/D8012

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