Enable drone integration #1

Merged
jjkiers merged 2 commits from drone into master 2022-08-04 22:15:06 +00:00
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: test
image: rust:1.62
commands:
- cargo build --verbose --all
- cargo test --verbose --all