changeset 217:e86a925ba6a0

hglib: add heptapod-ci file
author Mathias De Mare <mathias.de_mare@nokia.com>
date Tue, 14 Mar 2023 13:02:48 +0100
parents 68588c652ac6
children 934608d4fcba
files heptapod-ci.yml
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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