logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: e089ca6d9a4592eb2ed0998419113b09906b94b8
parent 1794d52731607baa3f80ea6a5ab2dbac5bd747ef
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 19 Sep 2024 18:25:37 +0300

require himem runner to do building and tests

Diffstat:

M.gitlab-ci.yml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -45,6 +45,7 @@ test: stage: test tags: - amd64 + - himem variables: APT_CACHE_DIR: apt-cache script: @@ -58,6 +59,7 @@ build: stage: build tags: - amd64 + - himem script: - yarn - npm run build