From bce8c1c64152691ce56aeb6fbf18097472c064ef Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 19 Nov 2023 15:22:08 -0800 Subject: [PATCH] Toolchain: Reduce jobs, add retries --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 404a63d..eee110b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,13 +25,14 @@ stages: # List of stages for jobs, and their order of execution - simulate build toolchain: + retry: 2 tags: - linux stage: toolchain script: - source init_env.sh - cd sw/cc65 - - make -j + - make -j 12 artifacts: paths: - sw/cc65/bin