This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Android
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: androidsdk/android-31
|
||||
commands:
|
||||
- ./gradlew build
|
||||
Reference in New Issue
Block a user