Refine Circle CI
This commit is contained in:
parent
f7bf0b8e74
commit
3958af5a6f
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
|
key: go-{{ checksum "app/src/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
|
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.gradle
|
- ~/.gradle
|
||||||
|
|
Loading…
Reference in a new issue