From ea5d12d03c8dc3c4cfc8fd191143efdfcfc2b6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 19 Dec 2020 13:58:02 +0100 Subject: [PATCH] ci: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18939a8..8e83950 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,12 @@ image: gentoo/stage3-amd64:latest +variables: + FEATURES: "getbinpkg" + GIT_SUBMODULE_STRATEGY: recursive + MAKEOPTS: "--jobs=10" + PORTAGE_BINHOST: "https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs" + USE: "-perl" + stages: - test @@ -7,15 +14,9 @@ before_script: - mkdir -p /var/cache/distfiles - mkdir -p /var/db/repos/gentoo - emerge-webrsync - - export PORTAGE_BINHOST="https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs" - - export FEATURES="getbinpkg" - - export MAKEOPTS="--jobs=10" - - export USE="-perl" - emerge -1nq --jobs=10 app-portage/repoman dev-vcs/git net-misc/wget - - wget "https://gitlab.com/src_prepare/scripts/-/raw/master/src/repomanci" -O /usr/bin/repomanci - - chmod 777 /usr/bin/repomanci test: stage: test script: - - repomanci + - bash scripts/repomanci