[travis-android PATCH 1/2] Don't cache things that are fast

Anton Lundin glance at acc.umu.se
Tue Feb 7 01:50:24 PST 2017


Downloading tar-balls and android-ndk is fast, so don't cache those.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6fadf54..6448871 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_install:
 
 script:
     - docker exec -t builder bash subsurface/packaging/android/android-build-wrapper.sh
-# Yank Qt, android-sdk, android-ndk and other 3pp source tar balls out from the container and cache them.
+# Yank out Qt and android-sdk out from the container and cache them.
     - docker exec builder mkdir 3pp
-    - docker exec builder sh -c 'mv Qt android-sdk-linux android-ndk-* *.tar.gz *.tar.bz2 3pp/'
+    - docker exec builder sh -c 'mv Qt android-sdk-linux 3pp/'
     - docker cp builder:/workspace/3pp .
-- 
2.9.3



More information about the subsurface mailing list