Added configuration options for circleci.
This commit is contained in:
parent
93bb9afffb
commit
069052f7c7
1 changed files with 13 additions and 1 deletions
14
circle.yml
14
circle.yml
|
@ -1,3 +1,15 @@
|
|||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- chmod +x gradlew
|
||||
- chmod +x gradlew
|
||||
|
||||
general:
|
||||
artifacts:
|
||||
- build/libs
|
||||
|
||||
test:
|
||||
post:
|
||||
- cp -r build/reports/* $CIRCLE_TEST_REPORTS/
|
Loading…
Add table
Add a link
Reference in a new issue