add drone config

This commit is contained in:
nyyu 2020-06-28 15:50:19 +02:00
parent e35604dc14
commit ff30d68a2f

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rustembedded/cross:x86_64-pc-windows-gnu
commands:
- cross build --target x86_64-pc-windows-gnu --release