Преглед изворни кода

CI: Also cache PF-build dependencies

Yuri D'Elia пре 1 година
родитељ
комит
83d3732481
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -3,7 +3,10 @@ language: minimal
 
 cache:
   directories:
-    .dependencies/
+    # cmake project dependencies
+    - .dependencies/
+    # legacy PF-build dependencies
+    - ./../PF-build-env/
 
 before_install:
   # Prepare the dependencies for the old build environment