object-detector/.drone.yml
Andrey Tkachenko 2ebfe7da2c
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2022-03-17 16:06:43 +04:00

15 lines
289 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: hub.aidev.ru/rust-onnxruntime:latest
commands:
- cargo build --verbose --all
- name: fmt-check
image: hub.aidev.ru/rust-onnxruntime:latest
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check