Add drone support.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pedro de Oliveira 2023-04-23 03:26:41 +01:00
parent 75ace3106b
commit aa8676b71a
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

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