chgk_ledb/.drone.yml
Dmitry 3f4a144431
All checks were successful
continuous-integration/drone/push Build is passing
drone ci: apk add musl-dev
2022-10-12 18:07:50 +03:00

12 lines
192 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: rust:1-alpine
commands:
- apk add --no-cache musl-dev
- cargo build --verbose --all
- cargo test --verbose --all