Merge branch 'master' into rocket
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
b598f71e1e
12
.drone.yml
Normal file
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
|
Loading…
Reference in New Issue
Block a user