Browse Source

chore(CI): cache whole directory instead of globbing

reviewable/pr4903/r2
sudden6 8 years ago
parent
commit
27d04daff5
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 3
      circle.yml

3
circle.yml

@ -9,13 +9,14 @@ machine: @@ -9,13 +9,14 @@ machine:
BTYPE__: "release"
dependencies:
cache_directories:
- "~/cache/*"
- "~/cache"
pre:
- sudo apt-get update
- sudo apt-get install zip
- docker info
- ./.travis/build-windows.sh "$BUILD__" "$BTYPE__" ~/cache/"$BUILD__" stage1
- ./.travis/build-windows.sh "$BUILD__" "$BTYPE__" ~/cache/"$BUILD__" stage2
- ls -al ~/cache
compile:
override:
- ./.travis/build-windows.sh "$BUILD__" "$BTYPE__" ~/cache/"$BUILD__" stage3

Loading…
Cancel
Save