Преглед на файлове

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