Files
TichuCounter/.drone.yml
fabian 6146219d9c
Some checks failed
continuous-integration/drone Build was killed
add drone yml file
2022-12-03 14:49:38 +01:00

10 lines
130 B
YAML

---
kind: pipeline
type: docker
name: Android
steps:
- name: build
image: androidsdk/android-31
commands:
- ./gradlew build