Caching Dependencies in CircleCI

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • You can usually cache dependencies in CircleCI with simple commands. Here are examples from real repos for Node, PHP, and Gradle.
    The Local CI extension will give you a sanity-check while you're using these commands: marketplace.vi...

Комментарии • 3

  • @Jorgensager
    @Jorgensager Год назад +1

    Exactly what I needed after just barely shaving off time trying to manually cache my gradle dependencies. I saved just 30s off a 3 minute build, but with the orb approach I got it down to 1 minute.

    • @RyanKienstra
      @RyanKienstra  Год назад

      Hi Jorgen, thanks for your kind words, so glad it got your build down to 1 minute.

  • @RyanKienstra
    @RyanKienstra  2 года назад +1

    Simple commands like node/install-packages are usually enough to cache dependencies.