From d485a7df28854641f3e7c4beebb13dbf5e2621dc Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Sat, 28 Nov 2020 10:58:23 +0100 Subject: [PATCH] ci: fix by adding update_packages* pipelines Refs #29 --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afeeffa..bd2fd9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,21 @@ default: script: - R CMD check --as-cran airGRteaching_*.tar.gz +update_packages_patched: + variables: + R_VERSION: "patched" + extends: .update_packages + +update_packages_devel: + variables: + R_VERSION: "devel" + extends: .update_packages + +update_packages_oldrel: + variables: + R_VERSION: "oldrel" + extends: .update_packages + build_patched: variables: R_VERSION: "patched" -- GitLab