Merge branch 'master' into rocket

This commit is contained in:
2023-03-29 09:38:14 +03:00

12
.drone.yml Normal file

@@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: build
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- cargo fetch
- cargo build --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse