tchoutchou/.drone.yml
2023-02-13 23:34:51 +01:00

11 lines
157 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:alpine
commands:
- apk add --no-cache musl-dev
- cargo test