changeset 38c9e391bb6c in tryton-docker-ci:default
details: https://hg.tryton.org/tryton-docker-ci?cmd=changeset&node=38c9e391bb6c
description:
        Build python:3.10 with mercurial, hg-evolve, flake8, isort and twine
diffstat:

 Dockerfile |  9 +++++++++
 hgrc       |  3 +++
 update.sh  |  4 ++++
 3 files changed, 16 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 000000000000 -r 38c9e391bb6c Dockerfile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile        Sat Nov 12 19:23:49 2022 +0100
@@ -0,0 +1,9 @@
+from python:3.10
+
+COPY hgrc /etc/mercurial/hgrc
+RUN pip install --no-cache-dir \
+    mercurial \
+    hg-evolve \
+    flake8 \
+    isort \
+    twine
diff -r 000000000000 -r 38c9e391bb6c hgrc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/hgrc      Sat Nov 12 19:23:49 2022 +0100
@@ -0,0 +1,3 @@
+[extensions]
+evolve =
+topic =
diff -r 000000000000 -r 38c9e391bb6c update.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/update.sh Sat Nov 12 19:23:49 2022 +0100
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+docker build -q --rm --no-cache -t tryton/ci .
+docker push tryton/ci

Reply via email to