qtrack/.drone.yml

14 lines
239 B
YAML
Raw Permalink Normal View History

2022-03-09 13:43:55 +04:00
kind: pipeline
name: default
steps:
- name: build
image: hub.aidev.ru/rust-onnxruntime
commands:
- cargo build --verbose --all
- name: fmt-check
image: hub.aidev.ru/rust-onnxruntime
commands:
- cargo fmt --all -- --check