Enable drone integration (#1)
continuous-integration/drone/push Build is passing Details

This will enable integration with the Drone build server.

Reviewed-on: jjkiers/newsletter-to-web#1
This commit is contained in:
Jacob Kiers 2022-08-04 22:15:05 +00:00
parent 01d0b82ee8
commit 144df61af2
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