drone
This commit is contained in:
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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: repo.shimun.net/shimun/brownpaper
|
||||
registry: repo.shimun.net
|
||||
secrets: ["docker_username","docker_password"]
|
0
release.sh
Normal file
0
release.sh
Normal file
Reference in New Issue
Block a user