4
2
Fork 0

Add placeholder Drone config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

feature/drone-config
Ambrose Chua 2019-03-25 00:33:00 +08:00
parent 6e94132640
commit b22be24147
1 changed files with 31 additions and 0 deletions

31
.drone.yml Normal file
View File

@ -0,0 +1,31 @@
kind: pipeline
name: test
clone:
depth: 1
steps:
- name: nop
image: alpine:3.9
commands:
- echo nop
---
kind: pipeline
name: android
clone:
depth: 1
steps:
- name: build
image: alpine:3.9
commands:
- echo nop
- name: deploy
image: alpine:3.9
commands:
- echo nop
when:
branch:
- master
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook_beep