Fix Circle CI
This commit is contained in:
parent
6c58c30b67
commit
e1790def52
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: jars-{{ checksum "build.gradle" }}
|
key: jars-{{ checksum "build.gradle" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
|
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
||||||
- run:
|
- run:
|
||||||
name: Run Build and Tests
|
name: Run Build and Tests
|
||||||
command: ./gradlew assembleDebug check
|
command: ./gradlew assembleDebug check
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/go
|
- ~/go
|
||||||
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
|
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.gradle
|
- ~/.gradle
|
||||||
|
|
Loading…
Reference in a new issue