1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: fix caching in CircleCi

This commit is contained in:
sudden6 2019-02-25 20:08:54 +01:00
parent e6fb66f052
commit 5b0c3a8d42
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -20,24 +20,24 @@ jobs:
- restore_cache:
key: dependency-cache
paths:
- ~/cache
- cache
- run:
name: Build stage 1
command: |
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "~/cache/${BUILD__}" stage1
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "cache/${BUILD__}" stage1
- run:
name: Build stage 2
command: |
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "~/cache/${BUILD__}" stage2
ls -al ~/cache
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "cache/${BUILD__}" stage2
ls -al cache
- save_cache:
key: dependency-cache
paths:
- ~/cache
- cache
- run:
name: Build stage 3
command: |
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "~/cache/${BUILD__}" stage3
./.travis/build-windows.sh "$BUILD__" "$BTYPE__" "cache/${BUILD__}" stage3
- run:
name: Debug info
command: |