This commit is contained in:
Michael Zhang 2021-09-07 05:08:41 -05:00
parent 9b17ba5fee
commit fbbc901a0b
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
- cargo build