From 21c09018bd4e945243c766b0b83076838f1c5f29 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 4 Jul 2019 12:24:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=B2?= =?UTF-8?q?=20=D0=A1=D0=BC=D0=BE=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=201.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2441d0..77e7f13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,19 @@ +test:smolensk15: + image: smolensk15-dev + only: + - schedules + before_script: + - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0" + - apt-get update + - apt-get -y install python3-pytest python3-sphinx + - git submodule sync + - git submodule update --recursive --init + script: + - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0" + - make build + - make tests + - make html + test:bionic: image: bionic-dev only: