add drone config
This commit is contained in:
parent
e35604dc14
commit
ff30d68a2f
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue