qchgk_web/.drone.yml

14 lines
232 B
YAML
Raw Normal View History

2023-03-29 06:34:01 +00:00
kind: pipeline
2023-08-05 16:31:35 +00:00
type: docker
2023-03-29 06:34:01 +00:00
name: default
steps:
- name: build
2023-08-05 16:25:50 +00:00
image: rust:1-alpine
2023-03-29 06:34:01 +00:00
commands:
- apk add --no-cache musl-dev
- cargo fetch
- cargo build --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse