Skip to content
Snippets Groups Projects
  1. May 17, 2024
    • Eidolon's avatar
      Set CI shallow clone depth to 20 · f36f2fa0
      Eidolon authored
      f36f2fa0
    • Eidolon's avatar
      Use default GIT_STRATEGY in CI · 997fcc9a
      Eidolon authored
      The "clone" strategy clones the entire repository, which takes
      a significant amount of time. It's not needed, because the default
      "fetch" strategy will reuse the executor's local clone and clean it
      before the job scripts run.
      997fcc9a
    • Eidolon's avatar
      Expire artifacts after 1 days by default · 0f705fdb
      Eidolon authored
      There's no need to let these artifacts pile up since the only ones that
      will be relevant to non-programmers are the latest from any given ref.
      0f705fdb
    • Eidolon's avatar
      Raise ccache limit to 300M · 0e293c4c
      Eidolon authored
      Ring Racers' object file output is considerably larger than SRB2.
      50M is insufficient to hold even a single build.
      0e293c4c
    • Eidolon's avatar
      Separate gitlab CI into multiple yaml documents · dfada161
      Eidolon authored
      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.
      dfada161
  2. May 14, 2024
  3. May 08, 2024
  4. May 06, 2024
  5. Apr 07, 2024
  6. Apr 05, 2024
  7. Apr 03, 2024
  8. Mar 23, 2024
  9. Mar 21, 2024
  10. Mar 20, 2024
  11. Mar 16, 2024
Loading