This commit is contained in:
parent
8162802adb
commit
f07983db53
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: rust:1.33.0
|
||||||
|
commands:
|
||||||
|
- cargo build
|
||||||
|
- name: build_relase
|
||||||
|
image: rust:1.33.0
|
||||||
|
commands:
|
||||||
|
- cargo build --release
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
Loading…
x
Reference in New Issue
Block a user