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

This commit is contained in:
shimun 2019-11-22 22:22:09 +01:00
parent 66fc70e20e
commit c4fd3c459d
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

27
.drone.yml Normal file
View File

@ -0,0 +1,27 @@
kind: pipeline
name: default
steps:
- name: run
image: rust:1.39.0
commands:
- cargo run
- name: build_relase
image: rust:1.39.0
commands:
- cargo build --release
when:
event:
- tag
- name: dockerize
image: plugins/docker
settings:
repo: eq
registry: hub.docker.com
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- tag