h265parser/.drone.yml
Andrey Tkachenko 230addb924
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2023-02-08 13:39:47 +04:00

15 lines
225 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: rust
commands:
- cargo build --verbose --all
- name: fmt-check
image: rust
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check