qchgk_web/.drone.yml

13 lines
219 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: rust/1-alpine
commands:
- apk add --no-cache musl-dev
- cargo fetch
- cargo build --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse