Eidolon
|
47bcad4ab1
|
Put the apt-cache in build/
Like with ccache, we want to make sure the git checkout is considered
clean during build.
|
2024-05-17 19:04:41 -05:00 |
|
Eidolon
|
e2c7514cfd
|
Put ccache dirs in build dir to avoid dirty worktree
Placing these directories at the root will make the git revision
detection consider the working directory to be dirty.
|
2024-05-17 19:00:36 -05:00 |
|
Eidolon
|
0e293c4c98
|
Raise ccache limit to 300M
Ring Racers' object file output is considerably larger than SRB2.
50M is insufficient to hold even a single build.
|
2024-05-17 16:39:24 -05:00 |
|
Eidolon
|
dfada161cc
|
Separate gitlab CI into multiple yaml documents
The singular .gitlab-ci.yml is pretty beefy. Splitting it into
smaller files by job and job template will make maintaining the
individual jobs easier.
|
2024-05-17 16:38:01 -05:00 |
|