wplug/.drone.yml
Andrey Tkachenko 47f8b48407
All checks were successful
continuous-integration/drone/push Build is passing
PMS Basic Update
2022-03-29 10:57:28 +04:00

14 lines
215 B
YAML

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