# HG changeset patch # User Mathias De Mare # Date 1678795368 -3600 # Node ID e86a925ba6a0e95873682517ccd45ea235fd89e1 # Parent 68588c652ac6949c2e21531488aa138ecaab2442 hglib: add heptapod-ci file diff -r 68588c652ac6 -r e86a925ba6a0 heptapod-ci.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/heptapod-ci.yml Tue Mar 14 13:02:48 2023 +0100 @@ -0,0 +1,9 @@ +stages: + - test + +unit-test-job: + stage: test + script: + - apt update && apt install -y make python3 python3-nose python3-pip && pip3 install mercurial + # to be replaced with 'make tests' after merge request 1 is in: + - python3 test.py --with-doctest