Files
TichuCounter/.drone.yml
2022-12-08 22:45:36 +01:00

10 lines
132 B
YAML

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