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

This commit is contained in:
Sijmen 2023-05-03 00:19:50 +02:00
parent 9d6b5f0bf5
commit e03d54da41
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

9
.drone.yml Normal file
View file

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