drone builds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
blackbeard420 2023-12-28 20:53:15 -05:00
parent ec12b985aa
commit 95194d308f
Signed by: blackbeard420
GPG Key ID: 88C719E09CDDA4A5

9
.drone.yml Normal file
View File

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