Added circleci configuration.
This commit is contained in:
parent
b78bdf73f0
commit
09727b752a
5 changed files with 22 additions and 8 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