Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
commit
7d4f24185c
1 changed files with 8 additions and 0 deletions
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: gradleBuild
|
||||
image: androidsdk/android-30:latest
|
||||
commands:
|
||||
- ./gradlew assemble
|
Loading…
Reference in a new issue