test drone

This commit is contained in:
Tim-Paik 2022-05-02 20:52:40 +08:00
parent de232601a8
commit d174ec76b8
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ steps:
- echo '========Install the Rust toolchain========'
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && source $HOME/.cargo/env
- echo '========Compile the Neutauri binary========'
- cargo build --release --bin neutauri_runtime
- cargo build --release --bin neutauri_bundler
- $HOME/.cargo/bin/cargo build --release --bin neutauri_runtime
- $HOME/.cargo/bin/cargo build --release --bin neutauri_bundler
- name: gitea_release
image: plugins/gitea-release