test drone

This commit is contained in:
Tim-Paik 2022-05-02 16:23:39 +08:00
parent 111b0a9e15
commit 42e514ff2f
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
1 changed files with 25 additions and 0 deletions

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust:latest
commands:
- cargo build --release --bin neutauri_runtime
- cargo build --release --bin neutauri_bundler
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.186526.xyz
files:
- ./target/release/neutauri_bundler
checksum:
- md5
- sha256
when:
event:
- tag