wplug/.drone.yml

14 lines
215 B
YAML
Raw Permalink Normal View History

2022-03-28 17:19:23 +04:00
kind: pipeline
name: default
steps:
- name: build
image: hub.aidev.ru/rust
commands:
- cargo build --verbose --all
- name: fmt-check
image: hub.aidev.ru/rust
commands:
- cargo fmt --all -- --check