Added circleci configuration.
This commit is contained in:
parent
7e1c78b92b
commit
3803bec28e
6 changed files with 140 additions and 90 deletions
11
circle.yml
Normal file
11
circle.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- chmod +x gradlew
|
||||
|
||||
test:
|
||||
post:
|
||||
- cp -r build/reports/* $CIRCLE_TEST_REPORTS/
|
Loading…
Add table
Add a link
Reference in a new issue