Fixed CIs.
This commit is contained in:
parent
5eb413bf4a
commit
92ce560dea
2 changed files with 13 additions and 1 deletions
|
@ -38,4 +38,10 @@ jobs:
|
||||||
path: build/reports/
|
path: build/reports/
|
||||||
destination: reports
|
destination: reports
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: build/reports/
|
path: build/reports/
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
gradle:
|
||||||
|
jobs:
|
||||||
|
- build_gradle
|
|
@ -7,6 +7,12 @@ before_cache:
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- chmod +x gradlew
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./gradlew check
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.gradle/caches/
|
- $HOME/.gradle/caches/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue