add drone file
This commit is contained in:
parent
953c8fd239
commit
c274e6c316
6
.drone.yaml
Normal file
6
.drone.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
build:
|
||||
image: java:openjdk-8
|
||||
environment:
|
||||
- GRADLE_USER_HOME=~/.gradle
|
||||
commands:
|
||||
- ./gradlew test
|
Loading…
Reference in New Issue
Block a user