adds drone pipeline #1

Merged
mark merged 5 commits from drone into master 2024-05-24 10:03:40 +02:00
Showing only changes of commit b44aa5d6a5 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: rust:1.30
commands:
- cargo build --verbose --all
- cargo test --verbose --all