Drone
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Justine 2023-01-10 22:46:37 +01:00
parent fd4aa0d2bf
commit a249d4d788

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:1.66.0-alpine3.17
commands:
- cargo build --verbose