cblas-src/.drone.yml
Andrey Tkachenko ddfe99dcab
All checks were successful
continuous-integration/drone/push Build is passing
Fmt fix & CI
2022-03-07 20:25:03 +04:00

14 lines
225 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: hub.aidev.ru/rust-blas
commands:
- cargo build --verbose --all
- name: fmt-check
image: hub.aidev.ru/rust-blas
commands:
- cargo fmt --all -- --check