Refine Circle CI

This commit is contained in:
Mygod 2019-01-18 09:50:41 +08:00
parent f7bf0b8e74
commit 3958af5a6f

View file

@ -13,14 +13,14 @@ jobs:
- restore_cache:
key: jars-{{ checksum "build.gradle" }}
- restore_cache:
key: go
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
- run:
name: Run Build and Tests
command: ./gradlew assembleDebug check
- save_cache:
paths:
- ~/go
key: go
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
- save_cache:
paths:
- ~/.gradle