Fix Circle CI

This commit is contained in:
Mygod 2019-06-20 10:52:16 +08:00 committed by GitHub
parent 6c58c30b67
commit e1790def52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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