Ajouter '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

pull/3/head
Arthur VALIN 2 years ago
parent e0fb05e8d8
commit a7d628a5f9

@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: CICD
trigger:
event:
- push
steps:
- name: build
image: android-gradle
commands:
- cd src
- gradlew build
when:
branch:
- master
Loading…
Cancel
Save