This commit is contained in:
shim_ 2018-11-04 21:08:34 +01:00 committed by shimun
parent 140451342a
commit a5a8001738
2 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
pipeline:
build:
image: rust:1.30-slim
commands:
- cargo test --release
- rustup target add x86_64-unknown-linux-musl
- cargo build --release --target x86_64-unknown-linux-musl
docker:
image: plugins/docker
repo: local.repo.shimun.net/shimun/brownpaper
registry: local.repo.shimun.net
insecure: true
secrets: ["docker_username","docker_password"]

0
release.sh Normal file
View File