Add CI
continuous-integration/drone/push Build is passing Details

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
1 changed files with 9 additions and 0 deletions

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