Просмотр исходного кода

Merge pull request #3834 from wavexx/travis_cache

CI: Cache dependencies
Yuri D'Elia 2 лет назад
Родитель
Сommit
4dfedc62e3
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,6 +1,10 @@
 dist: focal
 language: minimal
 
+cache:
+  directories:
+    .dependencies/
+
 before_install:
   # Prepare the dependencies for the old build environment
   - sudo apt-get install -y python3-polib python3-pyelftools python3-regex