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
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