Toolchain: Reduce jobs, add retries

This commit is contained in:
Byron Lathi
2023-11-19 15:22:08 -08:00
parent e55564c94d
commit bce8c1c641

View File

@@ -25,13 +25,14 @@ stages: # List of stages for jobs, and their order of execution
- simulate - simulate
build toolchain: build toolchain:
retry: 2
tags: tags:
- linux - linux
stage: toolchain stage: toolchain
script: script:
- source init_env.sh - source init_env.sh
- cd sw/cc65 - cd sw/cc65
- make -j - make -j 12
artifacts: artifacts:
paths: paths:
- sw/cc65/bin - sw/cc65/bin