contrib/heptapod-ci.yml
branchstable
changeset 44249 8b1dd3f42396
child 44250 7e08d3885b28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/heptapod-ci.yml	Sat Jan 25 17:57:40 2020 +0100
@@ -0,0 +1,13 @@
+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 --time test-check-*.*