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:
parent
e6fb66f052
commit
5b0c3a8d42
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user