Show More
@@ -0,0 +1,13 b'' | |||||
|
1 | image: octobus/ci-mercurial-core | |||
|
2 | ||||
|
3 | # The runner made a clone as root. | |||
|
4 | # We make a new clone owned by user used to run the step. | |||
|
5 | before_script: | |||
|
6 | - hg clone . /tmp/mercurial-ci/ --noupdate | |||
|
7 | - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` | |||
|
8 | - cd /tmp/mercurial-ci/ | |||
|
9 | ||||
|
10 | checks-py2: | |||
|
11 | script: | |||
|
12 | - cd tests/ | |||
|
13 | - python run-tests.py --time test-check-*.* |
General Comments 0
You need to be logged in to leave comments.
Login now