sqlite-clone/.drone.yml
kjuulh 8e9efaca63
All checks were successful
continuous-integration/drone/push Build is passing
CI test
2022-03-27 18:18:59 +02:00

18 lines
363 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build && test
image: rust:1
commands:
- cargo build --verbose --all
- cargo test --verbose --all
-
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown